cURL
curl --request DELETE \ --url https://tavusapi.com/v2/objectives/{objectives_id} \ --header 'x-api-key: <api-key>'
{ "error": "Invalid objectives_id" }
This endpoint deletes a single objective by its unique identifier.
Documentation IndexFetch the complete documentation index at: https://docs.tavus.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tavus.io/llms.txt
Use this file to discover all available pages before exploring further.
The unique identifier of the objective.
"o12345"
NO CONTENT - Objective deleted successfully