English
Introduction
cURL
curl --request DELETE \ --url http://127.0.0.1:4001/v1/users/{id}
204
Use this endpoint to remove a user’s access from the system. This action is irreversible.
The unique identifier of the user you want to retrieve.
If the request is successful, you will receive an empty response.