identityDelete
Handles delete
POST request.
Deletes an identity with the given token (encrypted id - see tokenToId) from the storage.
Request format:
{
"token": "...."
}
Content copied to clipboard
Response format:
{
"deleted": <boolean>
}
Content copied to clipboard