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