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 integer

Request Formats

application/json, text/json, application/scim+json

Sample:
[
  1,
  2
]

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

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.

IHttpActionResult

None.

Response Formats

application/json, text/json, application/scim+json

Sample:

Sample not available.