> 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/headers-and-body-request-for-delete-record.md).

# Headers and Body Request for Delete Record

## Header

<table><thead><tr><th>Type</th><th width="374">Value</th></tr></thead><tbody><tr><td>Content-Type</td><td>application/json</td></tr></tbody></table>

## Body

Example Request:

*raw (application/json)*

{% tabs %}
{% tab title="Example Request:" %}

```
{
  "key": "<API_Key>"
}
```

{% endtab %}

{% tab title="Response Body" %}
**{**&#x20;

&#x20;  **"id": 0,**&#x20;

&#x20;  **"isSuccess": true,**&#x20;

&#x20;  **"criteria": "string",**&#x20;

&#x20;  **"type": "string",**&#x20;

&#x20;  **"status": "string",**&#x20;

&#x20;  **"percentage": "string",**&#x20;

&#x20;  **"sources": \[ "string" ],**&#x20;

&#x20;  **"usage": "string",**&#x20;

&#x20;  **"createdTime": "2023-10-05T06:29:50.289Z",**&#x20;

&#x20;  **"requestId": "string",**&#x20;

&#x20;  **"data": {}**&#x20;

**}**
{% endtab %}

{% tab title="CURL" %}

```
curl -X 'POST' \
  'https://irbis.espysys.com/api/developer/delete_record/{id}' \
  -H 'accept: application/json' \
  -H 'Content-Type: application/json' \
  -d '{"key": "<API_Key>"}
}
```

{% endtab %}
{% endtabs %}
