Delete an assistant test
DELETE/ai/assistants/tests/:test_id
Permanently removes an assistant test and all associated data
Request
Path Parameters
test_id Test Idrequired
Responses
200: Returns success status when test is successfully deleted
- application/json
422: Validation Error
- application/json
Request samples
curl -L -X DELETE 'https://api.telnyx.com/v2/ai/assistants/tests/:test_id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}