cURL
curl --request DELETE \ --url https://api.replyke.com/api/v6/:projectId/api/v7/connections/:connectionId
{ "message": "<string>" }
Withdraw a pending request or disconnect an accepted connection by connection ID
200
"Connection request withdrawn successfully."
"Connection removed successfully."
Not Found — 404
{ "error": "Connection not found or cannot be withdrawn.", "code": "connection/not-found" }
Unauthorized — 403
{ "error": "Only the requester can withdraw a pending connection request.", "code": "connection/unauthorized" }
useRemoveConnection