The whole hunk
from line 1, old and new numbered
/
lines
from line 1
1---
2title: Delete Code Artifact
3url: https://platform.claude.com/docs/en/api/compliance/code/artifacts/delete
4---
5
16# Delete Code Artifact
27
38**DELETE** `/v1/compliance/apps/code/artifacts/{artifact_id}`
from line 24
1924
2025## Headers
2126
22- `"x-api-key": optional string`
27- `"anthropic-version": optional string`
2328
24## Returns
29 The version of the Claude API you want to use.
2530
26- `id: string`
31 Read more about versioning and our version history [here](https://platform.claude.com/docs/en/api/versioning).
2732
28 The ID of the Artifact that was deleted
33- `"x-api-key": optional string`
2934
35## Returns
36
3037- `type: "code_artifact_deleted"`
3138
3239 Constant string confirming deletion
3340
3441 default: code_artifact_deleted
42
43- `id: string`
44
45 The ID of the Artifact that was deleted
3546
3647## Example
3748