DELETE api/WidevineProtectionInfoCredentials/{id}

Deletes the credentials with the specified ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

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