DELETE api/v2/MapaLabsSamples

Request

URI Parameters

Body Parameters

DeleteMapaLabsSamples
NameDescriptionTypeAdditional information
MapaLabsSampleIds

Collection of integer

Request Formats

application/json, text/json

Sample:
{
  "MapaLabsSampleIds": [
    1,
    2
  ]
}

text/html

Sample:
{"MapaLabsSampleIds":[1,2]}

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.