SteamSets
ApiAccount

Delete images

POST
/account.v1.AccountService/DeleteImages
/account.v1.AccountService/DeleteImages

The Authorization access token

Authorization

Authorization
Required
Bearer <token>

In: header

Request Body

application/jsonRequired

imageIds
Required
arraynull

The images ids to delete

curl -X POST "https://api.steamsets.com/account.v1.AccountService/DeleteImages" \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json" \
  -d '{
    "imageIds": [
      "string"
    ]
  }'

OK

{}