DELETE api/CommunicationKeys/{id}

Deletes a communication key.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

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