Deletes an agent and stops any active sessions associated with it. ReturnsDocumentation 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.
404 if the agent does not exist.
Request
| Header | Value |
|---|---|
Authorization | Bearer <MASTER_KEY> |
Path parameters
The unique ID of the agent to delete.
Response
Returns204 No Content on success with no response body.