| Name | Type | Description |
|---|---|---|
assistant_id* | str | The assistant ID to delete. |
delete_threads | bool | Default: FalseIf true, delete all threads with |
headers | Mapping[str, str] | None | Default: None |
params | QueryParamTypes | None | Default: None |
Delete an assistant.
client = get_client(url="http://localhost:2024")
await client.assistants.delete(
assistant_id="my_assistant_id"
)Optional custom headers to include with the request.
Optional query parameters to include with the request.