client.permission_sets.delete_resources

A method of the Permission Sets endpoint.

delete_resources(id: int, name: str) Response

Delete a resource in a permission set

API URL: DELETE /permission_sets/{id}/resources/{name}

import civis
client = civis.APIClient()
response = client.permission_sets.delete_resources(...)
Parameters:
idint

The ID for this permission set.

namestr

The name of this resource.

Returns:
None

Response code 204: success