DELETE
/
v2
/
replicas
/
{replica_id}
curl --request DELETE \
  --url https://tavusapi.com/v2/replicas/{replica_id} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Path Parameters

replica_id
string
required

Query Parameters

hard
boolean

If set to true, the replica and associated assets (such as training footage) will be hard deleted. CAUTION: This action is irrevocable. Note that a hard delete of a replica does not delete the videos created using said replica. See Delete Video for more info.