DELETE api/ContentKeys/{id}

Deletes a content key.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the content key 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 content key is successfully deleted.
  • BadRequest (400) - The ID of the content key is invalid.
  • NotFound (404) - The content key with the specified ID is not found.