Variant
delete-file-requests-id-error
No description available.
variant delete-file-requests-id-error {
unauthorized(string),
not-found(string),
method-not-allowed(string),
other(string),
}Cases
| Case | Payload | Description |
|---|---|---|
| unauthorized | string | |
| not-found | string | |
| method-not-allowed | string | |
| other | string |