curl --request DELETE \
--url https://apix.us.amity.co/api/v4/sessions/users/{userId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Revoke all user’s access tokens by admin
curl --request DELETE \
--url https://apix.us.amity.co/api/v4/sessions/users/{userId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
User id for revocation
1 - 50A flag indicating whether the userId is a public id or not
Revoke access token success