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

# Delete a Marketplace Webhook Configuration

Delete a specific marketplace notifcation endpoint URL.

## URL

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

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource. Obtain the marketplaceWebhooks resource ID from the Read Marketplace Webhook Information response.

## Response Codes

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

## Discussion

Discussion Example Request and Response

## See Also

### Managing Webhook Endpoint URLs

- [Read Marketplace Webhook Information](appstoreconnectapi/get-v1-marketplacewebhooks.md)
- [Add a Marketplace Webhook Configuration](appstoreconnectapi/post-v1-marketplacewebhooks.md)
- [Modify a Marketplace Webhook Configuration](appstoreconnectapi/patch-v1-marketplacewebhooks-_id_.md)
