Skip to content

Commit

Permalink
remove unnecessary delete
Browse files Browse the repository at this point in the history
  • Loading branch information
yuwzho committed Nov 20, 2023
1 parent f65833b commit a92c321
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -926,9 +926,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the resource is deleted."
},
"202": {
"description": "Accepted. The response indicates the delete operation is performed in the background.",
"headers": {
Expand Down Expand Up @@ -1903,9 +1900,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the default Application Live View has deleted."
},
"202": {
"description": "Accepted. The response indicates the default Application Live View is now deleting.",
"headers": {
Expand Down Expand Up @@ -2104,9 +2098,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the default Dev Tool Portal has deleted."
},
"202": {
"description": "Accepted. The response indicates the default Dev Tool Portal is now deleting.",
"headers": {
Expand Down Expand Up @@ -2308,9 +2299,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the resource is deleted."
},
"202": {
"description": "Accepted. The response indicates the delete operation is performed in the background.",
"headers": {
Expand Down Expand Up @@ -2741,9 +2729,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the resource is deleted successfully."
},
"202": {
"description": "Accepted. The response indicates the delete operation is performed in the background.",
"headers": {
Expand Down Expand Up @@ -7967,9 +7952,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the application accelerator has deleted."
},
"202": {
"description": "Accepted. The response indicates the application accelerator is now deleting.",
"headers": {
Expand Down Expand Up @@ -8180,9 +8162,6 @@
}
],
"responses": {
"200": {
"description": "Success. The response indicates the customized accelerator has deleted."
},
"202": {
"description": "Accepted. The response indicates the customized accelerator is now deleting.",
"headers": {
Expand Down

0 comments on commit a92c321

Please sign in to comment.