bitmovin_api_sdk.account.organizations.groups package
Subpackages
Submodules
bitmovin_api_sdk.account.organizations.groups.groups_api module
- class bitmovin_api_sdk.account.organizations.groups.groups_api.GroupsApi(**kwargs)[source]
Bases:
BaseApi
- delete(organization_id: string_types, group_id: string_types, **kwargs: dict) BitmovinResponse [source]
Delete Group
- Parameters
organization_id (string_types, required) – Id of the organization
group_id (string_types, required) – Id of the group
- Returns
Id of the group
- Return type