cURL
curl --request DELETE \ --url https://api-m.sandbox.paypal.com/v1/notifications/webhooks-lookup/{webhook_lookup_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "message": "<string>", "debug_id": "<string>", "information_link": "<string>", "details": [ { "issue": "<string>", "field": "<string>", "value": "<string>", "location": "body", "description": "<string>" } ], "links": [ { "href": "<string>", "rel": "<string>", "method": "GET" } ] }
Deletes a webhook lookup, by ID.
Oauth 2.0 authentication
The ID of the webhook lookup to delete.
A successful request returns the HTTP 204 No Content status code with no JSON response body.
204 No Content
Was this page helpful?