Skip to content

Commit ea4cea1

Browse files
added component corrected enpoint
1 parent ead3f54 commit ea4cea1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/docs/magic-wan/configuration/connector/network-options/network-segmentation.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ Create a `DELETE` request [using the API](/api/resources/magic_transit/subresour
272272

273273
Example:
274274

275+
<APIRequest
276+
path="/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_id}"
277+
method="DELETE"
278+
/>
279+
280+
275281
```bash
276282
curl --request DELETE \
277283
https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/sites/{site_id}/acls/{acl_identifier} \

0 commit comments

Comments
 (0)