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