Revoke signing secret

DELETE
/providers/{providerID}/signing-secrets/{secretID}

Revoke a signing secret. The secret immediately stops being accepted for the ledger request and response JWEs.

Revoking an already-revoked secret returns 204. A secret from another provider returns 404.

Auth: API key or bearer token. The providerID in the path must be your account.

Request
cURL
curl -X DELETE https://api.moov.money/providers/{providerID}/signing-secrets/{secretID}
Responses
204 400 401 403 404
The request completed successfully, no content.
Malformed request: the body or headers failed validation.
Authentication missing, invalid, or insufficient.
Authentication present but the action is forbidden for this principal/claim.
The requested resource was not found.

Headers

X-Moov-Version

string
Set this header to the API version being targeted (e.g. v2026.07.00). When omitted, the server applies its default version.

Path parameters

providerID

string required
Your provider account ID.

secretID

string required
Identifier of the signing secret.