Delete account by uid
DELETE/identity/v2/manage/account/:uid
Deletes a user account based on the provided UID.
Request
Responses
- 200
- 400
- 401
- 403
Account successfully deleted.
Bad Request - Invalid or missing parameters.
Status Unauthorized: The request requires user authentication.
Forbidden - The client is not authorized to perform this action.