Cosumer Consent
Remove Access from a Data User for an individual Consumer
cURL
curl --request DELETE \ --url https://api.central.ccs/remove-access/{ctk} \ --header 'Authorization: Bearer <token>'
{ "response": { "resource": "/<request-end-point-path>", "response-time-stamp": "2027-11-10T17:07:01.580Z", "transaction-id": "tid_691df0c788ca043403b7fa90" }, "uid": "uid_691df0c788ca043403b7fa90", "cid": "cid_691df0c788ca043403b7fa90" }
Bearer tokens are available via the /login endpoint
Token that enables a Data User to access an individual consumers data from a data provider
"ctk_691df0c788ca043403b7fa90"
Consent removed successfully.
Metadata about the response.
Show child attributes
The request's resource path.
"/<request-end-point-path>"
The timestamp when this response was created.
"2027-11-10T17:07:01.580Z"
Unique Id that represents this transaction
"tid_691df0c788ca043403b7fa90"
Identity of the data user of which the consent is removed from
"uid_691df0c788ca043403b7fa90"
Identity of the consumer of which the consent is removed from
"cid_691df0c788ca043403b7fa90"