API to delete gamepass from inventory?

Does anyone know the api to delete a gamepass from your inventory

POST https://www.roblox.com/game-pass/revoke with the body:

id=GamePassID

X-CSRF-Token is of course needed for the POST request. :slight_smile:

3 Likes

Thanks!! I thought it was this but i did not include the X-CSRF-Token.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.