Deletes a session and removes its sandbox Kubernetes resource. The session row is markedDocumentation Index
Fetch the complete documentation index at: https://docs.litellm-agent-platform.ai/llms.txt
Use this file to discover all available pages before exploring further.
dead. This operation is idempotent — calling it on a session that is already dead or stopped succeeds without error.
Request
| Header | Value |
|---|---|
Authorization | Bearer <MASTER_KEY> |
Path parameters
The unique ID of the session to delete.
Response
Returns204 No Content on success with no response body.
Returns 404 if the session does not exist at all.