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

# Delete an app event

Delete an in-app event and its related metadata.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the app event resource ID from the List all in-app events for an app response.

## Response Codes

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

## See Also

### Endpoints

- [Read In-App Event Information](appstoreconnectapi/get-v1-appevents-_id_.md)
- [List all localizations for an in-app event](appstoreconnectapi/get-v1-appevents-_id_-localizations.md)
- [List localization IDs for an app event](appstoreconnectapi/get-v1-appevents-_id_-relationships-localizations.md)
- [List all in-app events for an app](appstoreconnectapi/get-v1-apps-_id_-appevents.md)
- [Modify an in-app event](appstoreconnectapi/patch-v1-appevents-_id_.md)
- [Create an in-app event](appstoreconnectapi/post-v1-appevents.md)
