curl --request DELETE \
--url https://api.trieve.ai/api/experiment/{experiment_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
Delete an experiment. Auth’ed user must be an owner of the organization to delete an experiment.
curl --request DELETE \
--url https://api.trieve.ai/api/experiment/{experiment_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'
This response does not have an example.
The dataset id to use for the request
Experiment deleted successfully
Was this page helpful?