## Delete **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` ### Example ```http curl https://www.getrevox.com/api/assistants/$ID \ -X DELETE \ -H "Authorization: Bearer $REVOX_API_KEY" ```