Data

Revoke Consent

Revokes a consent by session ID.

post/api/service/data/consent/revoke

Request body

sessionIdstring required

The ID of the data session to which the consent belongs.

Response

Returns the details of the revoked consent

expiresAtnumber

The Epoch time in seconds at which the consent expires.

revokedAtnumber required

The Epoch time in seconds at which the consent was revoked.

permissionsstring[] required

The permissions granted in this consent.

status'revoked' required

The current status of the consent.

createdAtnumber required

The Epoch time in seconds when the consent was created.

updatedAtnumber required

The Epoch time in seconds when the consent was last updated.

Changes