DELETE api/v1/users/{key}?restorable={restorable}&deleteFromAd={deleteFromAd}
Endpoint to delete a user from MOO.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key |
The unique key that identifies the user to delete. |
globally unique identifier |
Required |
| restorable |
Indicates whether the user should be restorable when deleted. |
boolean |
Default value is True |
| deleteFromAd |
Indicates if the user should be deleted from AD as well, default is TRUE. |
boolean |
Default value is True |
Body Parameters
None.
Response Information
Resource Description
None.