/r/{repoId}/permissions/{id}
DELETE
Deleting a permission
You can delete a permission 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 permission.
Responses
204
The permission was deleted successfully.
404
The permission with the specified ID could not be determined.
Show operation