Skip to main content
DELETE
/
remove-access
/
{ctk}
Remove Access
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"
}

Authorizations

Authorization
string
header
required

Bearer tokens are available via the /login endpoint

Path Parameters

ctk
string
required

Token that enables a Data User to access an individual consumers data from a data provider

Example:

"ctk_691df0c788ca043403b7fa90"

Response

Consent removed successfully.

response
object
required

Metadata about the response.

uid
string
required

Identity of the data user of which the consent is removed from

Example:

"uid_691df0c788ca043403b7fa90"

cid
string
required

Identity of the consumer of which the consent is removed from

Example:

"cid_691df0c788ca043403b7fa90"