Skip to main content
DELETE
/
v1
/
voiceai
/
conversations
/
{conversation_id}
Delete Conversation
curl --request DELETE \
  --url https://api.example.com/v1/voiceai/conversations/{conversation_id} \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

conversation_id
string
required

The id of the conversation you're taking the action on.

Response

Successful Response