Delete a Game Bucket

Delete a Game Bucket

Use this end point to delete a game bucket. When a bucket is deleted, all the cloud saves in the bucket are also irrevocably deleted as well.

Request URL

All parameters in the request must be posted. Make all requests to the following URL:

https://cloudsave.construct.net/deletebucket.json

Authenticating The Request

A secret must be passed in this request. This end point should not be called client side ever as it would expose the secret key.

secret string
Your games secret key.

Request Parameters

bucketID guid Required
The ID of the game bucket to delete.
Game Services Manual 2025-08-06