---
title: Delete Asset
framework: Apple Ads Platform API
role: symbol
role_heading: Web Service Endpoint
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/delete-asset-by-id
---

# Delete Asset

Soft-delete an asset by its UUID.

## URL

DELETE https://api.ads.apple.com/v1/assets/{id}

## Path Parameters

id:

## Header Parameters

X-Ap-Context:

## Response Codes

200 OK: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 Too Many Requests: 500 Internal Server Error:

## Discussion

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. Payload Examples

## See Also

- [Upload Asset](apple-ads-platform-api/upload-asset.md)
- [Query Assets](apple-ads-platform-api/query-assets.md)
- [Get Asset](apple-ads-platform-api/get-asset-by-id.md)
