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