Delete Skill
/v1/skills/{skill_id}
Delete Skill
Path Parameters
Header Parameters
Returns
Delete Skill
curl https://api.anthropic.com/v1/skills/$SKILL_ID \
-X DELETE \
-H 'anthropic-version: 2023-06-01' \
-H 'anthropic-beta: skills-2025-10-02' \
-H "X-Api-Key: $ANTHROPIC_API_KEY"Response 200
{
"id": "skill_01JAbcdefghijklmnopqrstuvw",
"type": "type"
}Returns Examples
Response 200
{
"id": "skill_01JAbcdefghijklmnopqrstuvw",
"type": "type"
}