Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

Delete Skill Version changed

api/skills/versions/delete

Nearest release: v2.1.268, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+14added
Lines−5removed
From line 1 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits5to this page, all time

## Headers

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Delete Skill Version
3url: https://platform.claude.com/docs/en/api/skills/versions/delete
4---
5 
16# Delete Skill Version
27 
38**DELETE** `/v1/skills/{skill_id}/versions/{version}`
from line 23
1823 
1924 Requests carrying the `skills-2025-10-02` beta header address versions by their Unix epoch timestamp instead (e.g., "1759178010641129").
2025 
26## Headers
27 
28- `"anthropic-workspace-id": optional string`
29 
2130## Returns
2231 
2332- `DeletedSkillVersion object`
2433 
25 - `id: string`
26 
27 Unique identifier for this Skill Version. The id addresses the version in
28 paths and pins it in references.
29 
3034 - `type: "skill_version_deleted"`
3135 
3236 Deleted object type.
from line 38
3438 For Skill Versions, this is always `"skill_version_deleted"`.
3539 
3640 default: skill_version_deleted
41 
42 - `id: string`
43 
44 Unique identifier for this Skill Version. The id addresses the version in
45 paths and pins it in references.
3746 
3847## Example
3948 
Feedback