Delete Insight Template
DELETE/ai/conversations/insights/:insight_id
Delete insight by ID
Request
Path Parameters
insight_id uuidrequired
The ID of the insight
Responses
200: Successful Response
- application/json
422: Validation Error
- application/json
Request samples
curl -L -X DELETE 'https://api.telnyx.com/v2/ai/conversations/insights/:insight_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}