Skip to main content
DELETE
/
unfollow
/
{ownerPubkey}
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
}

Authorizations

x-api-key
string
header
required

Get API key via https://portal.jup.ag

Path Parameters

ownerPubkey
string
required

Body

application/json
followerPubkey
string
required

Response

Successfully unfollowed user

success
boolean
required