cURL
curl --request DELETE \ --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployment/{deployment_id} \ --header 'Authorization: Bearer <token>'
{ "status": "string", "deployment_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6" }
Shut down a deployment and release associated resources.
The access token received from the authorization server in the OAuth 2.0 flow.
200
"string"
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Was this page helpful?