#main
- procedureDelete an actor's account with a token and password. Can only be called after requesting a deletion token. Requires auth.
Query Parameters
No fields defined
Request Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
did |
string (required) |
Syntax Format: |
password |
string (required) | |
token |
string (required) |
Response Body
Errors
Name | Description |
---|---|
ExpiredToken |
|
InvalidToken |