English
Access Manager
cURL
curl --request DELETE \ --url https://identity.sandbox.lerian.net/v1/users/{id} \ --header 'Authorization: Bearer <token>'
204
Use this endpoint to remove a user’s access from the system. This action is irreversible.
The authorization token in the 'Bearer ' format.
The unique identifier of the user you want to retrieve.
If the request is successful, you will receive an empty response.