DELETE api/users
Queues a bulk user deletion request for the specified list of user IDs.
Request Information
URI Parameters
None.
Body Parameters
A list of user IDs to be deleted.
Collection of integerRequest Formats
application/json, text/json, application/scim+json
Sample:
[ 1, 2 ]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
On success: HTTP 202 Accepted indicating the deletion request has been queued. On failure: HTTP 400 Bad Request if the user is unauthorized or an error occurs during processing.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.