---
title: Delete a default app clip experience image
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-appclipheaderimages-_id_
---

# Delete a default app clip experience image

Delete the image asset that appears on the App Clip card for a default App Clip experience.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/appClipHeaderImages/{id}

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app clip header image resource ID from the Create an app clip card image for a default app clip experience response.

## Response Codes

204 No Content: The request completed successfully and the specific App Clip Header Images resource was deleted. 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Managing App Clip Card Images

- [Read the app clip card image](appstoreconnectapi/get-v1-appclipheaderimages-_id_.md)
- [Create an app clip card image for a default app clip experience](appstoreconnectapi/post-v1-appclipheaderimages.md)
- [Modify an app clip card image](appstoreconnectapi/patch-v1-appclipheaderimages-_id_.md)
