File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ curl -X DELETE \
232232 " https://cloudmc_endpoint/v1/services/compute-on/test_area/networks/9572d2ea-a60d-478a-a75e-8ed31f2641f1"
233233```
234234
235- <code >POST /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/networks/: id </code >
235+ <code >DELETE /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/networks/: id </code >
236236
237237Delete an existing network in an [ environment] ( #administration-environments ) To delete a network, you must first delete all the [ instances] ( #cloudstack-instances ) in the network.
238238
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ Required |
171171
172172curl -X DELETE \
173173 -H " MC-Api-Key: your_api_key" \
174- " https://cloudmc_endpoint/v1/services/compute-on/test_area/nics"
174+ " https://cloudmc_endpoint/v1/services/compute-on/test_area/nics/63ef1efe-225f-4e05-bc79-b3e457a041e2 "
175175```
176176
177177<code >DELETE /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/nics/: id </code >
Original file line number Diff line number Diff line change @@ -107,6 +107,6 @@ curl -X DELETE \
107107 " https://cloudmc_endpoint/v1/services/gcp/test-area/sshkeys/user1"
108108```
109109
110- <code >DELETE /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/sshkeys/: id </code >
110+ <code >DELETE /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/sshkeys/: name </code >
111111
112112Destroy an existing SSH key from the [ environment] ( #administration-environments )
Original file line number Diff line number Diff line change @@ -105,6 +105,6 @@ curl -X DELETE \
105105 " https://api.your.cloudmc/v1/services/compute-os/devel/sshkeys/ssh-key-c"
106106```
107107
108- <code >DELETE /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/sshkeys/: id </code >
108+ <code >DELETE /services/<a href =" #administration-service-connections " >: service_code </a >/<a href =" #administration-environments " >: environment_name </a >/sshkeys/: name </code >
109109
110110Delete a SSH key.
You can’t perform that action at this time.
0 commit comments