v1.0.0
OpenAPI 3.1.0

Delete a reporting webhook

US region

Client Libraries

Delete a reporting webhook

Delete a reporting webhook's configuration.

Path Parameters
  • webhook_id
    Type: integer
    required

    The identifier of a webhook.

Responses
  • 200

    A successful request has no response.

  • 404

    The webhook ID does not exist.

  • 429

    Your request is over the 10-per-second limit.

Request Example for delete/v1/reporting_webhooks/{webhook_id}
curl https://api.customer.io/v1/reporting_webhooks/1 \
  --request DELETE \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN'
No Body