Skip to main content
DELETE
/
enterprise
/
v1
/
io-cloud
/
caas
/
deployment
/
{deployment_id}
Destroy Container
curl --request DELETE \
  --url https://api.io.solutions/enterprise/v1/io-cloud/caas/deployment/{deployment_id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "<string>",
  "deployment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-api-key
string

io.net provided API Key

Path Parameters

deployment_id
string<uuid>
required

Response

Successful Response

status
string
required
deployment_id
string<uuid>
required
I