Skip to main content
DELETE
/
v1
/
experiments
/
{experiment_id}
Delete experiment by ID
curl --request DELETE \
  --url https://api.example.com/v1/experiments/{experiment_id}
"<string>"

Documentation Index

Fetch the complete documentation index at: https://arizeai-433a7140.mintlify.app/llms.txt

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

Path Parameters

experiment_id
string
required

Query Parameters

delete_project
boolean
default:false

If true, also delete the project associated with the experiment that contains traces and spans for the experiment tasks.

Response

Experiment deleted successfully