Skip to main content
POST
Withdraws user consent

Authorizations

Authorization
string
header
required

Body

application/json

DTO for withdrawing a user consent

Consent identifier

Minimum string length: 1
userId
string
required

User identifier

Minimum string length: 1
revokedBy
string | null

When revoked by user - user ID When revoked by customer support worker - ID of customer support worker

timestamp
string<date-time> | null

Defines time when consent was revoked Used for data migration needs

revocationSource
string | null

The source which triggered revocation of UserConsent

metadata
object | null

Metadata for user consent

Response

Withdrawn succeeded

Last modified on August 10, 2026