Delete a user
DELETE/tap/api/v1/users/:userId
Deletes a user and removes their group memberships and certificates. Requires the admin role.
Request
Responses
- 200
- 400
- 401
- 404
The user was deleted.
The user could not be deleted.
The user is not authorized to access this resource.
No user exists with the given identifier.