Remove a webhook endpoint

Deliveries stop immediately. The endpoint id is not reused.

Path Parameters
  • id
    Type: string
    required

    Webhook endpoint id (we_...).

Responses
  • 204

    Endpoint removed.

  • application/problem+json
  • application/problem+json
Request Example for delete/v1/webhook_endpoints/{id}
curl 'https://api.sandbox.rostergiving.com/v1/webhook_endpoints/{id}' \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body