Skip to main content
PATCH
Decline Connection
Declines a pending connection request. Only the receiver of the original request can decline it. The connection record status is updated to "declined" rather than being deleted.

Path Parameters

connectionId
string
required
The ID (UUID) of the pending connection record to decline.

Response

On success, returns HTTP 200:
id
string
Connection record ID.
status
string
"declined".
respondedAt
string
ISO timestamp of when the request was declined.

Error Responses

See Also