POST api/v1/users/delete?restorable={restorable}&deleteFromAd={deleteFromAd}

Endpoint is used to delete users from MOO. Note that it should be a HttpDelete, but this doesn't allow for a message body and putting the user guids in the uri results in a too long uri. so it's converted to a POST to a separate route.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
restorable

Indicates whether the user should be restorable when deleted.

boolean

Default value is True

deleteFromAd

Indicates if user should be deleted from AD. Default is TRUE.

boolean

Default value is True

Body Parameters

The unique keys that identifies the users to delete.

Collection of globally unique identifier

Response Information

Resource Description

None.