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 changed

api/skills/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+15added
Lines−6removed
From line 1 where the diff opens
First seen 20 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

## Headers

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Delete Skill
3url: https://platform.claude.com/docs/en/api/skills/delete
4---
5 
16# Delete Skill
27 
38**DELETE** `/v1/skills/{skill_id}`
from line 17
1217 
1318 The format and length of IDs may change over time.
1419 
20## Headers
21 
22- `"anthropic-workspace-id": optional string`
23 
1524## Returns
1625 
1726- `DeletedSkill object`
1827 
19 - `id: string`
20 
21 Unique identifier for the skill.
22 
23 The format and length of IDs may change over time.
24 
2528 - `type: "skill_deleted"`
2629 
2730 Deleted object type.
from line 32
2932 For Skills, this is always `"skill_deleted"`.
3033 
3134 default: skill_deleted
35 
36 - `id: string`
37 
38 Unique identifier for the skill.
39 
40 The format and length of IDs may change over time.
3241 
3342## Example
3443