curl --request DELETE \
--url https://api.trieve.ai/api/experiment/{experiment_id} \
--header 'Authorization: <api-key>' \
--header 'TR-Dataset: <tr-dataset>'{
"message": "Bad Request"
}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>'{
"message": "Bad Request"
}Documentation Index
Fetch the complete documentation index at: https://docs.trieve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?