cURL
curl --request DELETE \ --url https://app.famulor.de/api/user/assistant/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Assistant deleted successfully" }
Permanently delete a specific AI assistant
curl -X DELETE "https://app.famulor.de/api/user/assistant/123" \ -H "Authorization: Bearer YOUR_API_TOKEN"
Was this page helpful?