/r/{repoId}/restrictionset/{id}/assignments/{assignmentId}
DELETE
Deleting a restriction set assignment
You can delete a restriction set assignment 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.
assignmentId/string/required
The unique ID of the restriction set assignment.
Responses
204
The restriction set assignment was deleted successfully.
404
The restriction set assignment with the specified ID could not be determined.
Show operation