# Abort Infrastructure Endpoint for aborting an infrastructure execution. Endpoint: POST /api/infrastructures/{executionID}/abort Version: 1.0 Security: ## Path parameters: - `executionID` (string, required) ID of the execution to abort ## Header parameters: - `Harness-Account` (string, required) Account is the internal customer account ID. ## Request fields (application/json): - `orgIdentifier` (string) Org is the organization identifier. - `projectIdentifier` (string) Project is the project identifier. ## 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)