Revoke consent for a user. Optionally specify device IDs to revoke consent for specific devices. If no device IDs are provided, revokes consent for all devices belonging to the user.
The unique identifier for the user
"user_abc123"
Optional array of device IDs to revoke consent for specific devices
Optional array of device IDs to revoke consent for. If omitted, revokes consent for all devices belonging to the user.
["device_abc123", "device_xyz789"]Consent revoked successfully