---
title: Delete
url: https://www.tines.com/docs/api/records/delete/
updated: 2023-12-19T18:05:39+00:00
description: Delete a record.
---

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

# Delete

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

## Description

Delete a record.

## Request

HTTP Method: **DELETE**

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