Skip to content
Revadike edited this page Jul 10, 2021 · 2 revisions

POST /wizard/AjaxDoPackageRemove

Rate limits

No known rate limit

Request

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 cookie
wizard_ajax number | boolean No TODO

Response

200 OK

Name Type Description
hash string The next wizard page
success boolean true if successful, false otherwise

Example

POST https://help.steampowered.com/wizard/AjaxDoPackageRemove { packageid: 469, sessionid: "a0b1c2d3e4f5g6h7i8j9klmn" }
{
    "hash": "HelpPackageRemoved?appid=&packageid=469",
    "success": true
}
Clone this wiki locally