Skip to content

Commit 8f27c9b

Browse files
corrected URLs
1 parent ea0c151 commit 8f27c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/breakout-traffic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ The traffic for that application will now go directly to the Internet and bypass
154154

155155
Take note of the `"id"` value for the application that want to delete.
156156

157-
2. Send a [`DELETE` request](/api/resources/magic_transit/subresources/sites/subresources/app_configuration/methods/delete/) to delete an application from the breakout traffic policy.
157+
2. Send a [`DELETE` request](/api/resources/magic_transit/subresources/apps/methods/delete/) to delete an application from the breakout traffic policy.
158158

159159
```bash
160160
curl --request DELETE \

src/content/docs/magic-wan/configuration/connector/network-options/application-based-policies/prioritized-traffic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The traffic for the applications you chose are now processed first by Connector.
134134

135135
Take note of the `"id"` value for the application that want to delete.
136136

137-
2. Send a `DELETE` request [using the API](/api/resources/magic_transit/subresources/sites/subresources/app_configuration/methods/delete/) to delete an application from the breakout traffic policy.
137+
2. Send a `DELETE` request [using the API](/api/resources/magic_transit/subresources/apps/methods/delete/) to delete an application from the breakout traffic policy.
138138

139139
```bash
140140
curl --request DELETE \

0 commit comments

Comments
 (0)