Variant
delete-webhook-error
No description available.
variant delete-webhook-error {
bad-request(string),
unauthorized(string),
forbidden(string),
not-found(string),
internal-server-error(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| bad-request | string | |
| unauthorized | string | |
| forbidden | string | |
| not-found | string | |
| internal-server-error | string | |
| other | string |