Remove Connection
User Connection Operations
Remove Connection
Remove, withdraw, or decline a connection by user ID
DELETE
Remove Connection
Removes the connection relationship between the authenticated user and the specified user. The behavior depends on the current connection state: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 (sent by current user) — withdraws the request (record is deleted).
- Pending (sent by other user) — declines the request (status updated to
"declined"). - Accepted — disconnects both users (record is deleted).
Path Parameters
The Replyke user ID (UUID) of the other user.
Response
On success, returns HTTP200.
When withdrawn or disconnected:
Human-readable description of the action taken.
"withdraw" or "disconnect".Connection record ID.
"declined".ISO timestamp of when the request was declined.
Error Responses
Self-Disconnect — 400
Self-Disconnect — 400
No Connection Found — 404
No Connection Found — 404
See Also
useRemoveConnectionByUserIdhook- Remove Connection by ID — remove by connection ID instead

