API
identity.removeGameActivity
API
identity.removeGameActivity
Removes the current identity's game activity.
DELETE https://identity.api.rivet.gg/v1/identities/self/activity
curl -X DELETE 'https://identity.api.rivet.gg/v1/identities/self/activity'
Authorizations
Authorization[header]required
string
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
curl -X DELETE 'https://identity.api.rivet.gg/v1/identities/self/activity'