Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

For this function to work, the Revoke service must be activated when the transaction is created.

Description

Revokes participant access to a transaction. This causes the CDI server to try to revoke all participant accesses in the provided list. The returned data contains two lists, one with all revoked participants and one with any participant that could not be revoked.

A participant cannot be revoked if they have already opened or signed the transaction. If so, the content is already known to them, making it impossible to revoke their access to it.


HTTP MethodURI Scheme
POST/server/transaction/participant-access/revoke

Parameters

TypeNameDescriptionQualificationSchema
Body

request

Request body parameters, see schema for details.

Required

RevokedUsersWithTransaction

Responses

HTTP CodeDescriptionSchema
200

Contains a transaction ID and lists of revoked and non-revoked participants.

RevokeParticipantAccessResponse

Security

TypeName
apiKeyKey




  • No labels