Deletes a webhook
DELETE /webhook/{name}
DELETE
/webhook/{name}
Deletes a webhook by name. When the deleted webhook is the last one in the organization’s source, the source row is removed entirely; otherwise the remaining webhooks are kept. Returns 404 when the organization has no source configured or no webhook with that name exists. Only owner and admin roles can delete a webhook.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” name
required
string
Responses
Section titled “ Responses ”Webhook deleted
object
code
required
Invalid webhook name
object
code
required
Example
invalid name message
Array<string>
Unauthorized
object
code
required
Example
unauthorizedUser doesn’t belong to the organization
Webhook not found
object
code
required
Example
not found