fabric_connector_delete
Delete a UniFi Fabric connector resource permanently. This gated mutation requires explicit confirmation and write access, and it verifies success by checking the resource is gone after the operation.
Instructions
Relay a DELETE through the Fabric connector. MUTATION — GATED, IRREVERSIBLE.
Refused unless BOTH confirm=true AND UNIFI_ENABLE_CONNECTOR_WRITE are set. DELETE has a GET twin, so the resource is read before and after; a successful delete makes the read-after return a 4xx, which the result records. There is no undo — confirm the exact resource path before enabling.
See fabric_connector_get for host/path/site/scope semantics. body: optional JSON body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| host | Yes | ||
| path | Yes | ||
| site | No | ||
| scope | No | ||
| confirm | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||