POST
/
twin
/
delete
curl --request POST \
  --url https://api.captions.ai/api/twin/delete \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "name": "<string>"
}'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Body

application/json
name
string
required

Name of the AI Twin to delete.

Response

200 - application/json
AI Twin deletion complete.
success
boolean