Delete a webhook endpoint
Deletes the webhook endpoint.
Path Parameters
- Type: stringidmax length:5000required
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"
}
