Delete a webhook endpoint

Deletes the webhook endpoint.

Path Parameters
  • id
    Type: string
    max length:  
    5000
    required
Responses
  • application/json
  • application/json
Request Example for delete/v1/webhooks/{id}
curl 'https://api.paypercut.io/v1/webhooks/{id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
{
  "id": "string"
}