---
title: Delete an app event video clip
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-appeventvideoclips-_id_
---

# Delete an app event video clip

Delete a specific video clip from an in-app event.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app event video clip resource ID from the List all video clips for an app event localization response.

## Response Codes

204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: 404 Not Found: 429 :

## See Also

### Endpoints

- [Read app event video clip information](appstoreconnectapi/get-v1-appeventvideoclips-_id_.md)
- [Modify an app event video clip](appstoreconnectapi/patch-v1-appeventvideoclips-_id_.md)
- [Create an app event video clip](appstoreconnectapi/post-v1-appeventvideoclips.md)
