Delete a cluster
DELETE/ai/clusters/:task_id
Delete a cluster
Request
Path Parameters
task_id Task Idrequired
Responses
204: Successful Response
422: Validation Error
- application/json
Request samples
curl -L -X DELETE 'https://api.telnyx.com/v2/ai/clusters/:task_id' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}