Skip to main content

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

422: Validation Error

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"
}
]
}