# 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.
