---
title: "Delete a workflow status time"
method: DELETE
path: "/workflow_status_times/{id}"
tags: ["Workflow status times"]
---

# Delete a workflow status time

`DELETE /workflow_status_times/{id}`

This API endpoint should be treated carefully as it could allow you to create invalid status transition times.
    It requires activation on the account. Please contact support@aha.io to request access. 

    If you are looking to only list the workflow status history on a record, you can do so like this:
    `/api/v1/<your-record-type>?fields=reference_num,workflow_status_times`

## Path parameters

- `id` string, required

## Response `204`

No content - operation successful

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/versions/6274be5aa6c5/schema)
