Delete Skill Version
DELETE/v1/skills/{skill_id}/versions/{version}
Delete Skill Version
Path 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 "X-Api-Key: $ANTHROPIC_API_KEY"{
"id": "id",
"type": "skill_version_deleted"
}Returns Examples
{
"id": "id",
"type": "skill_version_deleted"
}