-
Notifications
You must be signed in to change notification settings - Fork 18
Remove Package
Revadike edited this page Jul 10, 2021
·
2 revisions
No known rate limit
Authenticated: Yes
Method:
POST
Host:
help.steampowered.com
Path:
/wizard/AjaxDoPackageRemove
Form Data:
Name Type Required Description appid
number No The Steam AppID packageid
number Yes The Steam PackageID sessionid
string Yes The value of the sessionid
cookiewizard_ajax
number | boolean No TODO
Name Type Description hash
string The next wizard page success
boolean true
if successful,false
otherwise
POST https://help.steampowered.com/wizard/AjaxDoPackageRemove { packageid: 469, sessionid: "a0b1c2d3e4f5g6h7i8j9klmn" }
{
"hash": "HelpPackageRemoved?appid=&packageid=469",
"success": true
}