Skip to main content
DELETE
/
encryption-keys
/
{keyId}
Delete an encryption key
curl --request DELETE \
  --url https://api.eu.bronto.io/encryption-keys/{keyId} \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "code": 499,
  "type": "Not Found",
  "correlation_id": "<string>",
  "details": "Resource not found."
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Path Parameters

keyId
string
required

The unique identifier of the encryption key

Response

Encryption key deleted successfully