cURL
curl --request DELETE \ --url https://api.jup.ag/prediction/v1/unfollow/{ownerPubkey} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "followerPubkey": "<string>" } '
{ "success": true }
Unfollow a previously followed user
Get API key via https://portal.jup.ag
Successfully unfollowed user
Was this page helpful?