Swagger Petstore - OpenAPI 3.0
DELETE/assistants/{assistant_id}Deprecated

Delete 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.

1 parameter
assistant_idstringrequired
The unique identifier of the assistant to delete.

2 status codes
200Returns a confirmation object with the assistant's id, the object type `assistant.deleted`, and a `deleted` flag set to true.
idstringrequired
deletedbooleanrequired
objectstringrequired
Allowed:assistant.deleted
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.