Skip to content

Commit a212764

Browse files
deleted example
1 parent 24ef7fa commit a212764

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

src/content/partials/magic-wan/connector/app-aware-policies/breakout-prioritized.mdx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ The traffic for the application you chose {props.whatHappensApp}.
113113
method="GET"
114114
/>
115115

116-
117116
Take note of the `"account_app_id"` value for the application that want to delete.
118117

119118
2. Send a [`DELETE` request](/api/resources/magic_transit/subresources/apps/methods/delete/) to delete an application from the breakout traffic policy.
@@ -123,35 +122,6 @@ Take note of the `"account_app_id"` value for the application that want to delet
123122
method="DELETE"
124123
/>
125124

126-
```json output
127-
{
128-
"errors": [
129-
{
130-
"code": 1000,
131-
"message": "message"
132-
}
133-
],
134-
"messages": [
135-
{
136-
"code": 1000,
137-
"message": "message"
138-
}
139-
],
140-
"result": {
141-
"account_app_id": "ac60d3d0435248289d446cedd870bcf4",
142-
"hostnames": [
143-
"auth.cloudflare.com"
144-
],
145-
"ip_subnets": [
146-
"192.0.2.0/24"
147-
],
148-
"name": "Cloudflare Dashboard",
149-
"type": "Development"
150-
},
151-
"success": true
152-
}
153-
```
154-
155125
</TabItem> </Tabs>
156126

157127
{ props.magicWord === "breakout" && (

0 commit comments

Comments
 (0)