Skip to main content

Disconnect a connection

DELETE 

/connection/:connectionId/disconnect

Disconnects an ACTIVE or INITIATED connection.

For an ACTIVE connection, the consent is revoked with the data holder and the connection status is changed to DISCONNECTED.

For an INITIATED connection:

  • if a data holder has been selected, the connection status is changed to DECLINED
  • if no data holder has been selected, the connection status is changed to CANCELLED

Connections in any other status cannot be disconnected and return a 422 response.

Request

Responses

No content The request has been accepted for processing.