Direct actions
DELETE
/accounts/{id}/connections/{identifier}

Withdraw a pending connection request from this sender to a profile. Safe to call when nothing is pending.

Authorization

bearerAuth
AuthorizationBearer <token>

An API key created under Settings → API & Webhooks.

In: header

Path Parameters

id*string
identifier*string

The profile's public identifier (username).

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/accounts/string/connections/string"
{  "data": {    "withdrawn": true,    "alreadyGone": true  }}