v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Remove cloud

Removes a cloud with a specified id

delete/clouds/{cloud_id}

Path parameters

cloud_idinteger required

The ID of the cloud to be deleted

Response

The cloud has been successfully deleted

successboolean

The boolean true indicating success

Example response

{
  "success": true
}