Revoke Issuer
Revoke an issuer authorization in the Vault contract via signed XDR or direct inputs.
POST /vault/revoke_issuer
/vault/revoke_issuerSigned XDR flow:
{ signedXdr: string }→201 { tx_id: string }Direct flow:
{ owner: string; issuer: string; vaultContractId: string }→201 { tx_id: string }Validation errors:
owner_required,issuer_required,vaultContractId_requiredErrors:
400 bad_request,500 revoke_errorSource:
api/testnet/src/controllers/vaultRevokeIssuerController.ts:4-41
Last updated

