Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.43 KB

delete-a-user.md

File metadata and controls

42 lines (29 loc) · 1.43 KB
description
Deleting a user can be done by sending a DELETE request to the user resource location.

Delete a user

Deleting a user can be done by sending a DELETE request to the user resource location.

DELETE /api/management/security/users/{userIdentifier}

Parameters

Name Parameter type Type Description
userIdentifier path UserIdentifier One of the user identifiers

Example requests

DELETE: /api/management/security/users/82f73a9b-2a13-4d63-bcc1-e8ee5047b01c
DELETE: /api/management/security/users/tdurden
DELETE: /api/management/security/users/[email protected]

Remarks

This action requires system administration privileges.

Response message

HTTP status code Reason Response model
204 No Content
403 Forbidden Error
404 NotFound Error
500 InternalServerError Error