Skip to main content

Delete Specific Webhook

DELETE 

/org/:orgId/webhooks/:hookId

Deletes the webhook identified by hookId in org identified by orgId.

Request

Path Parameters

    orgId stringrequired

    The Organization ID (UUID) for which you are querying.

    hookId stringrequired

    The Webhook ID (UUID) for which you are querying.

Responses

Success.

Schema

    any

Loading...