Initiating a Relationship leads to the creation of a Relationship with "Pending" as status. With this use case, the other involved Identity can reject the pending Relationship with the given Relationship’s id. As a result, the status of the Relationship changes from "Pending" to "Rejected".

Parameters

  • relationshipId, the id of the Relationship

On Success

  • Rejects the pending Relationship
  • Returns the rejected Relationship

On Failure

  • The relationshipId does not resolve to a pending Relationship
  • You have tried to reject a Relationship 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: