Skip to main content
POST
Revoke a consent record

Body Parameters

Example Request

Response

Notes

  • Revoking consent sets the revoked_at timestamp and updates granted to false on the most recent matching consent record.
  • If no active consent exists for the given customer_id, type, and channel combination, a 404 error is returned.
  • Revocation is effective immediately. Any scheduled communications for this customer on this channel will be canceled.
  • The original consent record is preserved for audit purposes. A new event is appended to the consent history.
Revoking billing consent may affect your ability to send invoices and payment reminders to this customer. Ensure this is intentional before proceeding.
To view the full consent history for a customer, use the Get Customer Consents endpoint.

Authorizations

Authorization
string
header
required

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

Body

application/json

Response

Consent revoked.

message
string