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