Skip to main content

deleteUser

Deleting a single user object. 🔐 This method requires authorization.

Description

This method deletes a single user object. It returns a Promise that resolves to a boolean value.

Users.deleteUser();

Examples

Minimal example

const response = await Users.deleteUser();

Example response

true