Skip to content

Remove Free Package

Revadike edited this page Jul 10, 2021 · 1 revision

POST /account/removelicense

Rate limits

No known rate limit

Request

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 cookie
packageid number Yes The Steam PackageID

Response

200 OK

Name Type Description
success number 1 if successful, else error code

Example

POST https://store.steampowered.com/account/removelicense { sessionid: "a0b1c2d3e4f5g6h7i8j9klmn", packageid: 469 }
{
    "success": 1
}
Clone this wiki locally