Skip to main content
DELETE
/
assistants
/
{assistant_id}
Delete Assistant
curl --request DELETE \
  --url https://api.example.com/assistants/{assistant_id}
{
  "detail": "<string>"
}

Path Parameters

assistant_id
string<uuid>
required

The ID of the assistant.

Query Parameters

delete_threads
boolean
default:false

If true, delete all threads with metadata.assistant_id matching this assistant, along with runs and checkpoints belonging to those threads. Auth filters are applied, so threads not visible to the user will not be deleted.

Response

Success