client.media.delete_optimizations_shares_groups

A method of the Media endpoint.

delete_optimizations_shares_groups(id: int, group_id: int) Response

Revoke the permissions a group has on this object

API URL: DELETE /media/optimizations/{id}/shares/groups/{group_id}

import civis
client = civis.APIClient()
response = client.media.delete_optimizations_shares_groups(...)
Parameters:
idint

The ID of the resource that is shared.

group_idint

The ID of the group.

Returns:
None

Response code 204: success