client.jobs.delete_shares_groups
A method of the Jobs endpoint.
- delete_shares_groups(id: int, group_id: int) → Response
Revoke the permissions a group has on this object
API URL:
DELETE /jobs/{id}/shares/groups/{group_id}import civis client = civis.APIClient() response = client.jobs.delete_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