Delete a rule from a specific share
DELETE/portal/api/v1/shares/rule/:share_id/:rule_id
Deletes a rule identified by rule_id
from a share identified by share_id
.
Request
Responses
- 200
- 400
- 403
- 404
- 500
Rule deleted successfully from the share
Bad request due to missing or invalid parameters.
Not authorized to access the share resource.
Shares not found
Internal server error.