Customer Consent Register
Remove Consent from a Data User for an individual Customer
cURL
curl --request DELETE \ --url https://api.central.consent/remove-consent/{ck} \ --header 'Authorization: Bearer <token>'
{ "response": { "resource": "/<request-end-point-path>", "response-time-stamp": "2027-11-10T17:07:01.580Z", "transaction-id": "tid_691df0c788ca043403b7fa90" }, "duid": "duid_691df0c788ca043403b7fa90", "ck": { "key": "ck_691df0c788ca043403b7fa90", "consent-expiry": "2027-11-10T17:07:01.580Z" } }
Bearer tokens are available via the /login endpoint
Unique token that relates to an individual consent registration
"ck_691df0c788ca043403b7fa90"
Consent removed successfully.
Metadata about the response.
Show child attributes
Identity of the Data User of which the consent is removed from
"duid_691df0c788ca043403b7fa90"
Consent Token to be removed