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