Skip to main content
DELETE
Remove Connection
Remove a specific connection by its ID. This can be used to withdraw a pending request (if you’re the requester) or disconnect an established connection (if you’re either party).

Path Parameters

connectionId
string
required
ID of the connection to remove

Response

message
string
Success message confirming the action

Possible Success Messages

Withdraw Request:
Disconnect:

Error Responses


Notes

  • Requires authentication
  • Withdraw: Only the requester can withdraw pending requests they sent
  • Disconnect: Either party can remove established connections
  • Deletes the connection record completely (allows fresh requests later)
  • Use this endpoint when you have the specific connection ID
  • Alternative: Use DELETE /:projectId/users/:userId/connection when you know the user ID
  • Rate limiting: 50 requests per 5 minutes