cURL
curl --request POST \ --url https://api.example.com/v2/network \ --header 'Content-Type: application/json' \ --header 'x-api-key: <x-api-key>' \ --data ' { "account_id": "<string>", "action": "<string>", "params": { "invitation_id": "<string>" } } '
{ "success": true, "data": { "withdrawn": true, "invitation_id": "7453486530700017665" }, "metadata": { "action": "withdraw", "account_id": "your-account-id", "credits_consumed": 1, "timestamp": "2026-04-26T10:35:00Z" } }
Withdraw a pending sent connection invitation.
invitation_id
"withdraw"
Show params properties
"7453486530700017665"
Show data properties
true
Show metadata properties
Was this page helpful?