cURL
curl --request DELETE \ --url https://app.famulor.de/api/user/assistant/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "Assistant deleted successfully" }
Einen spezifischen KI-Assistenten permanent löschen
curl -X DELETE "https://app.famulor.de/api/user/assistant/123" \ -H "Authorization: Bearer YOUR_API_TOKEN"
War diese Seite hilfreich?