DELETE api/KeySeeds/{id}

Deletes a key seed.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

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