Sign in

Remove friend

documented

Remove a friend from your list.

DELETE /xn/rest/{network}/1.0/FriendFriendno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "http://external.ningapis.com/xn/rest/{{$network}}/1.0/Friend" \
  -X DELETE \
  -H "Authorization: OAuth oauth_consumer_key=\"{{$consumer_key}}\", oauth_token=\"{{$oauth_token}}\", oauth_signature_method=\"HMAC-SHA1\", oauth_timestamp=\"{{$timestamp}}\", oauth_nonce=\"{{$nonce}}\", oauth_version=\"1.0\", oauth_signature=\"{{$signature}}\"" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \