Delete Asset
Soft-delete an asset by its UUID.
URL
DELETE https://api.ads.apple.com/v1/assets/{id}Path Parameters
| Name | Type | Description |
|---|---|---|
id Required | uuid |
Header Parameters
| Name | Type | Description |
|---|---|---|
X-Ap-Context Required | string |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | Response | |
| 400 | Bad Request Content-Type: application/json | Error | |
| 401 | Unauthorized Content-Type: application/json | Error | |
| 403 | Forbidden Content-Type: application/json | Error | |
| 404 | Not Found Content-Type: application/json | Response | |
| 429 | Too Many Requests Content-Type: application/json | Error | |
| 500 | Internal Server Error Content-Type: application/json | Error |
Discussion
This endpoint soft-deletes an asset. You can delete only assets that have been uploaded. The Query Assets excludes deleted assets from results by default, but Get Asset can still retrieve them with deleted: true. Attempting to delete an asset that’s already deleted returns 404.