Webhook
Delete an outbound webhook
Deletes an existing outbound webhook by its unique ID.
delete/webhook/{webhook_id}
Path parameters
webhook_idstring uuid required
An opaque identifier of a webhook.
Response
A confirmation message.
Example response
{
"message": "Webhook deleted."
}