Delete Skill Version
/v1/skills/{skill_id}/versions/{version}
Delete Skill Version
Path Parameters
Header Parameters
Returns
Delete Skill Version
curl https://api.anthropic.com/v1/skills/$SKILL_ID/versions/$VERSION \
-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": "1759178010641129",
"type": "type"
}Returns Examples
Response 200
{
"id": "1759178010641129",
"type": "type"
}