client.jobs.delete_shares_users
A method of the Jobs endpoint.
- delete_shares_users(id: int, user_id: int) → Response
Revoke the permissions a user has on this object
API URL:
DELETE /jobs/{id}/shares/users/{user_id}import civis client = civis.APIClient() response = client.jobs.delete_shares_users(...)
- Parameters:
- idint
The ID of the resource that is shared.
- user_idint
The ID of the user.
- Returns:
- None
Response code 204: success