removeBucket

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.

Authentication

X-API-Keystring
API Key authentication via header

Path parameters

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.

Response

Successful update of group
messagestring or null

Errors