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/beta/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+16added
Lines−7removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits9to this page, all time

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/beta/skills/delete
4---
5 
16# Delete Skill
27 
38**DELETE** `/v1/skills/{skill_id}`
from line 25
2025 
2126 - `string`
2227 
23 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 41 more`
28 - `"message-batches-2024-09-24" or "prompt-caching-2024-07-31" or "computer-use-2024-10-22" or 42 more`
2429 
2530 - `"message-batches-2024-09-24"`
2631 
from line 73
6873 
6974 - `"user-profiles-2026-08-18"`
7075 
76 - `"user-profiles-2026-09-04"`
77 
7178 - `"advisor-tool-2026-03-01"`
7279 
7380 - `"managed-agents-2026-04-01"`
from line 117
110117 
111118 - `"mid-conversation-system-clear-at-2026-08-21"`
112119 
120- `"anthropic-workspace-id": optional string`
121 
113122## Returns
114123 
115124- `BetaDeletedSkill object`
116125 
117 - `id: string`
118 
119 Unique identifier for the skill.
120 
121 The format and length of IDs may change over time.
122 
123126 - `type: "skill_deleted"`
124127 
125128 Deleted object type.
from line 130
127130 For Skills, this is always `"skill_deleted"`.
128131 
129132 default: skill_deleted
133 
134 - `id: string`
135 
136 Unique identifier for the skill.
137 
138 The format and length of IDs may change over time.
130139 
131140## Example
132141