Skip to main content

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

422: Validation Error

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