Initiating a Relationship leads to the creation of a Relationship with "Pending" as status. With this use case, the initiator of the Relationship can revoke the pending Relationship with the given Relationship’s id. As a result, the status of the Relationship changes from "Pending" to "Revoked".

Parameters

  • relationshipId, the id of the Relationship

On Success

  • Revokes the pending Relationship
  • Returns the revoked Relationship

On Failure

  • The relationshipId does not resolve to a pending Relationship
  • You have tried to revoke a Relationship not created by yourself

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: