Delete Portal Rule
DELETE/api/portals/deleteportalrule/:id
Tier: Internal — subject to change without notice.
Deletes a portal rule.
Soft-deletes the rule and notifies the portal device to re-sync its configuration. There is no in-use guard — rules are leaves in the domain model.
Request
Responses
- 200
- 400
- 401
- 403
Returns true.
The id does not resolve to a portal rule in the caller's organisation — NotFound.
Caller is not authenticated.
Caller does not have Delete permission on the Portal module.