EdgeCore version: 4.3.0
Method
DELETE /public/users/{userName}
Used to delete a specific user.
Parameters
Name | Type | Description | Mandatory |
userName |
string | Username of the user | Yes |
domainName |
string | Domain the user belongs to | No
If domain name is not included (userName@domainName), it assumes the default domain. |
cURL example
curl --location --request DELETE 'http://localhost:8080/public/users/jay' \ --header 'edgeApiKey: YWRtaW5AZGVmYXVsdHx3IDNHe2tMZTYhMkZkO3J3cipDaSZUdio5'
HTTP Response
Code | Status | Description |
204 | No Content | The request has succeeded and there is no additional content to send in the response payload body. |
404 | Not Found | The user could not be found. |