Delete Skill
/v1/skills/{skill_id}?beta=true
Delete Skill
Path Parameters
skill_id: string
Unique identifier for the skill.
The format and length of IDs may change over time.
Header Parameters
Returns
id: string
Unique identifier for the skill.
The format and length of IDs may change over time.
type: string
Deleted object type.
For Skills, this is always "skill_deleted".
Delete Skill
cURL
curl https://api.anthropic.com/v1/skills/$SKILL_ID?beta=true \
-X DELETE \
-H "X-Api-Key: $ANTHROPIC_API_KEY"{
"id": "skill_01JAbcdefghijklmnopqrstuvw",
"type": "type"
}Returns Examples
{
"id": "skill_01JAbcdefghijklmnopqrstuvw",
"type": "type"
}