-
Notifications
You must be signed in to change notification settings - Fork 18
Remove Free Package
Revadike edited this page Jul 10, 2021
·
1 revision
No known rate limit
Authenticated: Yes
Method:
POST
Host:
store.steampowered.com
Path:
/account/removelicense
Form Data:
Name Type Required Description sessionid
string Yes The value of the sessionid
cookiepackageid
number Yes The Steam PackageID
Name Type Description success
number 1
if successful, else error code
POST https://store.steampowered.com/account/removelicense { sessionid: "a0b1c2d3e4f5g6h7i8j9klmn", packageid: 469 }
{
"success": 1
}