---
title: Delete a Webhook
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-webhooks-_id_
---

# Delete a Webhook

Remove a specific webhook configuration.

## URL

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

## Path Parameters

id:

## Response Codes

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

## See Also

### Managing webhook notifications

- [Read Webhook Information for an App](appstoreconnectapi/get-v1-apps-_id_-webhooks.md)
- [Read Webhook Information](appstoreconnectapi/get-v1-webhooks-_id_.md)
- [Create a Webhook Configuration](appstoreconnectapi/post-v1-webhooks.md)
- [Modify a Webhook Configuration](appstoreconnectapi/patch-v1-webhooks-_id_.md)
