mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-06-22 21:04:08 +08:00
13 lines
268 B
YAML
13 lines
268 B
YAML
tags:
|
|
- Webhooks
|
|
operationId: delete-a-webhook
|
|
summary: Delete a webhook
|
|
description: Delete a webhook from the account
|
|
responses:
|
|
200:
|
|
description: Success
|
|
401:
|
|
description: Unauthorized
|
|
404:
|
|
description: The webhook does not exist in the account
|