cURL
curl --request DELETE \ --url https://api.example.com/assistants/{assistant_id}
{ "error": "<string>", "message": "<string>", "details": {} }
Delete an assistant by its ID.
Permanently removes the assistant and all of its versions. This action cannot be undone.
Successful Response