v1

latestOpenAPI 3.0.0Apache 2.02026-07-17263751.6 KB
Buckets

delete

Delete a bucket.

Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.

delete/v1/bucket/{bucketId}

Path parameters

bucketIdinteger required

The bucketId of the bucket being deleted.

Response

Bucket successfully deleted

messagestring

Example response

{
  "message": "OK"
}