Skip to main content

Deactivate a webhook

PATCH 

/v1/organizations/:organizationId/projects/:projectId/webhooks/:webhookId/deactivate

Deactivate a webhook

Request

Path Parameters

    organizationId stringrequired
    projectId stringrequired
    webhookId stringrequired

Responses

Webhook deactivated

Schema
    success booleanrequired

    Indicates if the operation was successful.

    message stringrequired

    A message detailing the outcome of the operation.

Loading...