Skip to main content
POST
Revoke a mandate

Path Parameters

Example Request

Response

Returns the updated mandate object with status set to revoked.
Revoking a mandate is permanent and cannot be undone. If the mandate is linked to an active subscription, the subscription will fail to collect its next payment. You must set up a new mandate or alternative payment method to continue billing.
Only mandates with authorized or paused status can be revoked. Attempting to revoke a mandate that is already revoked or expired returns a 422 error.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Response

Mandate revoked.

status
string
Allowed value: "revoked"