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