DELETE
/assistants/{assistant_id}DeprecatedDelete an assistant
Deletes an assistant and removes it from the system. This action is permanent and cannot be undone. Returns a confirmation object indicating the deletion was successful.
assistant_idstringrequired
The unique identifier of the assistant to delete.
200Returns a confirmation object with the assistant's id, the object type `assistant.deleted`, and a `deleted` flag set to true.
idstringrequired
deletedbooleanrequired
objectstringrequired
429Returned when the request rate limit is exceeded.
errorobjectrequired
Error handling
assistant_id must identify an existing assistant. A 429 is returned when the request rate limit is exceeded.