Skip to main content
DELETE
/
webhooks
/
{endpoint}
Delete a webhook
curl --request DELETE \
  --url https://api.notchpay.co/webhooks/{endpoint} \
  --header 'Authorization: <api-key>'
{
  "code": 202,
  "status": "Accepted",
  "message": "Webhook endpoint deleted successfully"
}

Documentation Index

Fetch the complete documentation index at: https://developer.notchpay.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

endpoint
string
required

Unique identifier of the webhook

Response

Webhook endpoint deleted

code
integer
required
Example:

202

status
string
required
Example:

"Accepted"

message
string
required
Example:

"Webhook endpoint deleted successfully"