Passer au contenu principal
DELETE
https://{tenantDomain}/api/v2
/
experimentation
/
experiments
/
{id}
Delete an experiment.
curl --request DELETE \
  --url https://{tenantDomain}/api/v2/experimentation/experiments/{id} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://auth0.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Paramètres de chemin

id
string
requis

The ID of the experiment to delete.

Réponse

Experiment successfully deleted.