Skip to main content
PUT
Decline Connection Request
Decline a specific pending connection request. Only the receiver of the connection request can decline it.

Path Parameters

connectionId
string
required
ID of the connection to decline

Response

id
string
Unique connection identifier
status
string
Connection status (will be “declined”)
respondedAt
string
Timestamp when the request was declined in ISO 8601 format

Error Responses


Notes

  • Requires authentication
  • Only the receiver of the connection request can decline it
  • Updates connection status from “pending” to “declined”
  • Sets the respondedAt timestamp
  • Prevents the original requester from sending new requests (only receiver can re-initiate)
  • No notification is sent to the requester
  • Rate limiting: 50 requests per 5 minutes