Projects
removeBucket
remove a bucket from a project. Buckets and projects can be associated many to many, this removes one bucket to project 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.
delete/v1/project/{projectId}/bucket/{bucketId}
Path parameters
projectIdinteger required
The projectId of the project which the bucket will be removed from.
bucketIdinteger required
The bucketId of the bucket which will be removed from the project.
Response
Successful update of project
Example response
{
"message": "OK"
}