Skip to main content
DELETE
/
v1
/
notifications
/
webhooks-lookup
/
{webhook_lookup_id}
Delete webhook lookup
curl --request DELETE \
  --url https://api-m.sandbox.paypal.com/v1/notifications/webhooks-lookup/{webhook_lookup_id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Oauth 2.0 authentication

Path Parameters

webhook_lookup_id
string
required

The ID of the webhook lookup to delete.

Response

A successful request returns the HTTP 204 No Content status code with no JSON response body.

I