# Delete run


```
DELETE 
https://api.apify.com/v2/actor-runs/:runId
```


Delete the run. Only finished runs can be deleted. Only the person or organization that initiated the run can delete it.

## Request

### Path Parameters

* **runId** string required

  Run ID.

  **Example:** `3KH8gEpp4d8uQSe8T`

<!-- -->

### Status 204

**Response Headers**



### Status 400

Bad request - invalid input parameters or request body.


```
{
  "error": {
    "type": "invalid-input",
    "message": "Invalid input: The request body contains invalid data."
  }
}
```


**Schema**

* **error** object required

  * **type** string required\
    **Example:** `run-failed`
  * **message** string required\
    **Example:** `Actor run did not succeed (run ID: 55uatRrZib4xbZs, status: FAILED)`
