DELETE
/
v2
/
objectives
/
{objectives_id}
Delete Objective
curl --request DELETE \
  --url https://tavusapi.com/v2/objectives/{objectives_id} \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

objectives_id
string
required

The unique identifier of the objective.

Example:

"o12345"

Response

204

NO CONTENT - Objective deleted successfully