/r/{repoId}/restrictionset/{id}
DELETE
Deleting a restriction set
You can delete a restriction set that is no longer required from the repository by applying this request.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the restriction set.
Responses
204
The restriction set was deleted successfully.
404
The restriction set with the specified ID could not be determined.
409
The restriction set is assigned to a permission. The Ids of the affected permission can be found in the response.
Show operation