logo
Groups

removeBucket

delete
https://api.groundx.ai/api/v1/group/{groupId}/bucket/{bucketId}

remove a bucket from a group. Buckets and groups can be associated many to many, this removes one bucket to group association without disturbing others.

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.

Execute an API Request

Path
groupIdintegerrequired

The groupId of the group which the bucket will be removed from.

bucketIdintegerrequired

The bucketId of the bucket which will be removed from the group.

Authorization
Request
Installation
$
npm install groundx-typescript-sdk
1
Loading...

Response fields

object
messagestring
1
{
2
"message": "OK"
3
}