DELETE api/FairPlayDataSets/{id}

Deletes a FairPlay data set.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the data set to delete.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

None.

Status Codes

All HTTP status codes must be expected, but the following status codes are the most probable:

  • NoContent (204) - The data set is successfully deleted.
  • BadRequest (400) - The ID of the data set is invalid.
  • NotFound (404) - The data set with the specified ID is not found.