> For the complete documentation index, see [llms.txt](https://api-docs.espysys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.espysys.com/delete-record-api.md).

# Delete Record API

<mark style="color:red;">DELETE</mark> `/api/developer/delete_record/{id}:` **Deletion** of single request

delete a single search record.

```
{
    "key": "YOUR_API_KEY"
}
```

* Replace {id} with the search request you'd like to delete.
* Replace `YOUR_API_KEY` in the "key" field with your actual API Key.
