Delete a user
Deleting a user is a high-impact administration operation that cannot be reversed.
This action is irreversible.
Permissions
This action requires the following IAM (Identity and Access Management) permissions:
- iam.user.delete
- Console
- API
- Terraform

-
In the Users table, click the Actions button of the user to delete, then click Delete. A dialog box appears.
-
In the corresponding field, enter the first name and the last name of the user to delete to confirm the deletion.
-
Click Delete.
Back on the Users table, a green pop-up window confirms that the user has been deleted.
You can also delete a user from its details page.
Delete a user in an organization
Documentation of the user deletion API
Example:
curl 'https://api.{region}.numspot.com/iam/organisations/{organisationId}/users/{userId}' \
--request DELETE
See the page on using the API for the implementation.
The Terraform documentation is available on the Numspot registry ↗.