Skip to main content
Version: 1.2.0

Admin - Delete a user

DELETE 

/admin/delete-user

Deletes a user by it user_id. It will fail if the user has keys associated with it. If you are sure you want to delete the user, you should first delete all the keys associated with the user (use list-all-user-keys to list them and then delete-key-share for each of them).

Request

Query Parameters

    user_id UserIdrequired

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Responses

Loading...