Levain LabsLevain Labs
ApiAgent skills

Delete Agent Skill

Delete a learned skill.

Delete a learned skill.

The agent stops loading the skill from its next session on. Deleting a skill that doesn't exist returns 404.

DELETE
/api/v1/agents/{agent_id}/skills/{skill_name}

Authorization

HTTPBearer
AuthorizationBearer <token>

In: header

Path Parameters

agent_id*Agent Id
Formatuuid
skill_name*Skill Name

Header Parameters

X-API-Key?string|null

Response Body

application/json

curl -X DELETE "https://api.levainlabs.com/api/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/skills/string"
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}