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 project changed

api/compliance/apps/projects/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−4removed
From line 1 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits4to this page, all time

The whole hunk

from line 1, old and new numbered
/
lines
from line 1
1---
2title: Delete project
3url: https://platform.claude.com/docs/en/api/compliance/apps/projects/delete
4---
5 
16# Delete project
27 
38**DELETE** `/v1/compliance/apps/projects/{project_id}`
from line 26
2126 
2227## Headers
2328 
24- `"x-api-key": optional string`
29- `"anthropic-version": optional string`
2530 
26## Returns
31 The version of the Claude API you want to use.
2732 
28- `id: string`
33 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
2934 
30 The ID of the Claude project that was deleted
35- `"x-api-key": optional string`
3136 
37## Returns
38 
3239- `type: optional "claude_project_deleted"`
3340 
3441 Constant string confirming deletion.
3542 
3643 default: claude_project_deleted
44 
45- `id: string`
46 
47 The ID of the Claude project that was deleted
3748 
3849## Example
3950 
Feedback