cURL
curl --request DELETE \ --url https://api.threetone.in/v1/voiceai/conversations/{conversation_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Delete a particular conversation
API key for programmatic access
The id of the conversation you're taking the action on.
Successful Response