Skip to main content
DELETE
https://app.famulor.de/api/
/
user
/
assistant
/
{id}
Delete assistant
curl --request DELETE \
  --url https://app.famulor.de/api/user/assistant/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Assistant deleted successfully"
}
Permanently delete an AI assistant from your account. This action cannot be undone.

Path Parameters

id
integer
required
The unique identifier of the assistant to delete

Response

message
string
Success confirmation message

Error Responses

404 Not Found
500 Internal Server Error
{
  "message": "Assistant deleted successfully"
}

Notes

  • Only assistants belonging to your account can be deleted
  • Deletion is permanent and cannot be reversed
  • This removes the assistant and all its configuration permanently
  • Active calls may be affected if the assistant is currently handling them