Skip to content
Get started

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 ParametersExpand Collapse
id: string
ReturnsExpand Collapse
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
}