Skip to main content
DELETE
/
api
/
agents
/
{agent_id}
Delete an agent
curl --request DELETE \
  --url https://litellm-rust.onrender.com/api/agents/{agent_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Your LITELLM_MASTER_KEY. Default for local Docker Compose: sk-local

Path Parameters

agent_id
string
required

Response

Deleted