DELETE
/
enterprise
/
v1
/
io-cloud
/
vmaas
/
deployment
/
{deployment_id}
Destroy Deployment
curl --request DELETE \
  --url https://api.io.solutions/enterprise/v1/io-cloud/vmaas/deployment/{deployment_id} \
  --header 'Authorization: Bearer <token>'
"string"

Authorizations

Authorization
string
header
required

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

Path Parameters

deployment_id
string
required

The unique ID of the deployment to be destroyed

Example:

"3fa85f64-5717-4562-b3fc-2c963f66afa6"

Response

Deployment successfully destroyed

The response is of type string.

Example:

"string"