- POST /management/denominations/$H_DENOM_PUB/revoke#
Revoke denomination key, preventing further use by the exchange. Only to be used by the exchange’s offline key management team. Not useful for anyone else.
Request:
The request body must be a DenomRevocationSignature object.
Response:
- 204 No content:
The request was successfully processed.
- 403 Forbidden:
The provided signature is invalid.
Details:
interface DenomRevocationSignature { // Signature by the exchange master key over a // TALER_MasterDenominationKeyRevocationPS. // Must have purpose TALER_SIGNATURE_MASTER_DENOMINATION_KEY_REVOKED. master_sig: EddsaSignature; }