Delete a webhook

Request

Deletes a webhook with a specified ID.

Security
SecretApiKey or JWT
Path
idstring, <= 50 characters^[@~\-\.\w]+$required

ID of the resource.

curl -i -X DELETE \
  'https://www.rebilly.com/_mock/catalog/all/webhooks/{id}' \
  -H 'REB-APIKEY: YOUR_API_KEY_HERE'

Responses

Webhook deleted.

Response
No content