deleteAccount()

Description

Delete the account based on the Bearer token. The system will also delete the corresponding user object inside the Users table.

Request

Make sure you send userToken is passed to createClient() method as this request always requires authorization. Read more about authorization.

Parameters

No parameters needed

Example

await client.auth().deleteAccount()

Response

No content

Example

{}

Last updated

Copyright © 2023 Deskree Technologies Inc.