cURL
curl --request DELETE \ --url https://app.autocalls.ai/api/user/assistant/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Assistant deleted successfully" }
Delete a specific AI assistant
Show Error Response