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
- 200
- 404
Webhook deactivated
- application/json
- Schema
- Example (from schema)
Schema
success booleanrequired
Indicates if the operation was successful.
message stringrequired
A message detailing the outcome of the operation.
{
"success": true,
"message": "Webhook activated successfully."
}
Webhook not found
Loading...