Webhook
Delete
Delete a webhook subscription, stopping all future event deliveries to its URL.
delete/api/v1/webhooks/{id}
Path parameters
idstring required
The ID of the webhook to delete.
Request body
C1ApiWebhooksV1WebhooksServiceDeleteRequestInput required
The WebhooksServiceDeleteRequest message.
Response
Empty response body. Status code indicates success.
C1ApiWebhooksV1WebhooksServiceDeleteResponse required
Empty response body. Status code indicates success.