Skip to main content
DELETE
/
v2
/
experiments
/
{experimentId}
Delete an experiment by ID
curl --request DELETE \
  --url https://api.arize.com/v2/experiments/{experimentId} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format

Authorization: Bearer <api-key>

Path Parameters

experimentId
string
required

The unique identifier of the experiment A universally unique identifier

Response

Experiment successfully deleted