Remove Connection
Connection Endpoints
Remove Connection
Withdraw a pending request or disconnect an accepted connection by connection ID
DELETE
Remove Connection
Removes a connection record by its ID. The behavior depends on the connection’s current status:Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
- Pending — only the requester can withdraw the request (record is deleted).
- Accepted — either connected user can disconnect (record is deleted).
Path Parameters
The ID (UUID) of the connection record to remove.
Response
On success, returns HTTP200:
Human-readable description:
"Connection request withdrawn successfully." or "Connection removed successfully.".Error Responses
Not Found — 404
Not Found — 404
Unauthorized — 403
Unauthorized — 403

