---
title: Delete
url: https://www.tines.com/stories/docs/api/records/delete/
updated: 2026-07-13T14:23:30+00:00
description: Delete a record.
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/stories/docs/llms.txt) › [Tines API](https://www.tines.com/stories/docs/api/llms.txt) › [Records](https://www.tines.com/llm/stories/docs/api/records.md)*

# Delete

*[View on tines.com](https://www.tines.com/stories/docs/api/records/delete/)*

## Description

Delete a record.

See the [Get Records API](/api/records/get) to learn more about records.

## Request

HTTP Method: **DELETE**

| Path parameter | Description                     |
| -------------- | ------------------------------- |
| record_id      | The ID of the record to delete. |

```bash
curl -X DELETE \
  https://<tenant-domain>/api/v1/records/<<record_id>> \
  -H 'content-type: application/json' \
  -H 'Authorization: Bearer <<CREDENTIAL.tines_api_key>>'
```

## Response

A successful request will return an empty response with a `204` status code.
