API
identity.unfollow
API
identity.unfollow
Unfollows the given identity.
DELETE https://identity.api.rivet.gg/v1/identities/{identity_id}/follow
curl -X DELETE 'https://identity.api.rivet.gg/v1/identities/{identity_id}/follow'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
identity_idrequired
string
curl -X DELETE 'https://identity.api.rivet.gg/v1/identities/{identity_id}/follow'