mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-06-05 15:36:51 +02:00
2.4 KiB
2.4 KiB
DeleteAccountPayload Schema
https://timelimit.io/DeleteAccountPayload
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | Yes | Unknown status | No | Forbidden | Forbidden | none | DeleteAccountPayload.schema.json |
DeleteAccountPayload Type
object (DeleteAccountPayload)
DeleteAccountPayload Properties
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| deviceAuthToken | string |
Required | cannot be null | DeleteAccountPayload |
| mailAuthTokens | array |
Required | cannot be null | DeleteAccountPayload |
deviceAuthToken
deviceAuthToken
-
is required
-
Type:
string -
cannot be null
-
defined in: DeleteAccountPayload
deviceAuthToken Type
string
mailAuthTokens
mailAuthTokens
-
is required
-
Type:
string[] -
cannot be null
-
defined in: DeleteAccountPayload
mailAuthTokens Type
string[]