Delete a cost center

Request

DELETE http://{hostname}:{port}
  /landscaper/security/costcenter/{costCenterId}
Table 1. URL parameters
Parameter Type Required Description
costCenterId string true ID of the cost center

Example

curl -u jsmith:passwd 
  http://myserver.example.com:8080/landscaper/security/costcenter/adbfe6b3-36d6-4689-964a-0e1d7db7fa01
  -X DELETE

Example response

{
  "id": "adbfe6b3-36d6-4689-964a-0e1d7db7fa01",
  "name": "My OpenStack Cloud",
  "source": "CLOUD"
}

Feedback