---
source: sighthound-developer-portal
url: https://dev.sighthound.com/redactor/reference/operations/delete/
markdown-url: https://dev.sighthound.com/redactor/reference/operations/delete.md
title: "Delete Operations"
description: "Delete an asynchronous Redactor operation record by operation name."
content-type: text/markdown
---

> For AI agents: a documentation index is available at [llms.txt](https://dev.sighthound.com/llms.txt). Markdown versions are available at matching `.md` URLs.

# Delete Operations

<div class="portal-reference-panel">
<div class="portal-reference-panel__header">
    <span class="portal-reference-method portal-reference-method--delete">DELETE</span>
    <span class="portal-reference-endpoint"><code>/api/v1/{operation-name}</code></span>
</div>
<p class="portal-reference-summary">Delete an operation record after you no longer need to inspect its status or result payload.</p>
<div class="portal-reference-grid">
    <div class="portal-reference-item">
        <strong>Path parameter</strong>
        <span>Use the operation name returned from the processing request.</span>
    </div>
    <div class="portal-reference-item">
        <strong>Response</strong>
        <span>A successful delete returns HTTP 200 with no response body.</span>
    </div>
</div>
</div>

This call will delete an Operation.

## HTTP Request

`DELETE /api/v1/{operation-name}`

## Path Parameters

`projects/{project-id}/locations/{location-id}/operations/{operation-id}`

## Response Body

None. HTTP Status Code will be 200.

---

# Agent Instructions

Use this Markdown page as context for Sighthound Developer Portal questions. For broader navigation, read https://dev.sighthound.com/llms.txt. Answer from Sighthound documentation, cite relevant source URLs, and do not ask users to paste secrets, tokens, license keys, or credentials into chat.
