cURL
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 }
Deletes an AI Twin based on its name.
AI Twin deletion complete.
The response is of type object.
object
Was this page helpful?