DELETE
/
api
/
v1
/
experiments
/
{experiment_id}
Delete Experiment
curl --request DELETE \
  --url https://services.staging.app.dados.rio/eai-agent/api/v1/experiments/{experiment_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "deleted_count": 0
}

Authorizations

Authorization
string
header
required

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

Path Parameters

experiment_id
string
required

Query Parameters

dataset_id
string
required

The ID of the dataset containing the experiment.

Response

200
application/json

Successful Response

The response is of type object.