Delete a conversation
DELETE/ai/conversations/:conversation_id
Delete a specific conversation by its ID.
Request
Path Parameters
conversation_id stringrequired
The ID of the conversation to delete
Responses
200: Successful Response
404: Conversation Not Found
422: Validation Error
- application/json
Request samples
curl -L -X DELETE 'https://api.telnyx.com/v2/ai/conversations/:conversation_id' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}