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."
}Delete an encryption key. Keys can only be deleted when their status is CREATED.
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."
}