# Delete Infrastructure Endpoint for deleting a specific infrastructure. Endpoint: DELETE /api/infrastructures/{id} Version: 1.0 Security: ## Query parameters: - `orgIdentifier` (string) Org is the organization identifier. - `projectIdentifier` (string) Project is the project identifier. ## Path parameters: - `id` (string, required) ID of the infrastructure ## Header parameters: - `Harness-Account` (string, required) Account is the internal customer account ID. ## Response 400 fields (application/json): - `code` (string) - `details` (object) - `message` (string, required) - `name` (string, required) ## Response 404 fields (application/json): - `code` (string) - `details` (object) - `message` (string, required) - `name` (string, required) ## Response 409 fields (application/json): - `code` (string) - `details` (object) - `message` (string, required) - `name` (string, required) ## Response 500 fields (application/json): - `code` (string) - `details` (object) - `message` (string, required) - `name` (string, required) ## Response 501 fields (application/json): - `code` (string) - `details` (object) - `message` (string, required) - `name` (string, required)