cURL
curl --request DELETE \ --url https://api.assistable.ai/v2/delete-assistant \ --header 'Authorization: Bearer <token>'
{ "status": 123, "data": { "status": "<string>", "id": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the assistant to delete
Assistant deleted successfully
The response is of type object.
object