Delete an assistant
DELETE/assistants/{id}
Permanently delete an assistant by its ID. Any future calls referencing this assistant ID will fail. Existing call records that used this assistant are not affected.
Path Parameters
id: string
Returns
success: boolean
Delete an assistant
curl https://www.getrevox.com/api/assistants/$ID \
-X DELETE \
-H "Authorization: Bearer $REVOX_API_KEY"{
"success": true
}Returns Examples
{
"success": true
}