<!--
{
  "availability" : [
    "Apple Ads Platform API: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Apple-Ads-Platform-API",
  "identifier" : "/documentation/Apple-Ads-Platform-API/Delete-Asset-by-ID",
  "metadataVersion" : "0.1.0",
  "role" : "Web Service Endpoint",
  "symbol" : {
    "kind" : "Web Service Endpoint",
    "modules" : [
      "Apple Ads Platform API"
    ],
    "preciseIdentifier" : "rest:apple-ads-platform-api:delete:assets-{}"
  },
  "title" : "Delete Asset"
}
-->

# Delete Asset

Soft-delete an asset by its UUID.

## Discussion

This endpoint soft-deletes an asset. You can delete only assets that have been uploaded. The [`Query Assets`](/documentation/Apple-Ads-Platform-API/Query-Assets) excludes deleted assets from results by default, but [`Get Asset`](/documentation/Apple-Ads-Platform-API/Get-Asset-by-ID) can still retrieve them with `deleted: true`. Attempting to delete an asset that’s already deleted returns 404.

## Payload Examples

**Delete Asset:**

### Request

Soft-deletes an asset. Query results exclude the asset by default, but Get Asset by ID can still retrieve it.

```
DELETE https://api.ads.apple.com/v1/assets/770e8400-e29b-41d4-a716-446655440002
```

### Response

```json
{
 "result": {}
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)