Wasm Directoryalpha
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

CasePayloadDescription
bad-requeststring
unauthorizedstring
forbiddenstring
not-foundstring
internal-server-errorstring
otherstring