client.permission_sets.delete_resources_shares_groups
A method of the Permission Sets endpoint.
- delete_resources_shares_groups(id: int, name: str, group_id: int) → Response
Revoke the permissions a group has on this object
API URL:
DELETE /permission_sets/{id}/resources/{name}/shares/groups/{group_id}import civis client = civis.APIClient() response = client.permission_sets.delete_resources_shares_groups(...)
- Parameters:
- idint
The ID for this permission set.
- namestr
The name of this resource.
- group_idint
The ID of the group.
- Returns:
- None
Response code 204: success