Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://{tenantDomain}/api/v2/experimentation/experiments/{id} \ --header 'Authorization: Bearer <token>'
ID で実験とその割り当てを完全に削除します。アクティブな実験は削除できません。先に一時停止するか完了してください。冪等性があるため、実験が存在しない場合でも 204 を返します。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
削除する実験の ID。
実験を正常に削除しました。