> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.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.rightsline.com/date-math/delete-date-math.md).

# Delete date math

## Delete date math

<mark style="color:red;">`DELETE`</mark> `https://ris.rightsline.com/v4/date-math/:id`

This endpoint allows you to delete a date math object.

#### Path Parameters

| Name | Type   | Description                           |
| ---- | ------ | ------------------------------------- |
| id   | string | ID of the date math object to delete. |

#### Headers

| Name           | Type   | Description             |
| -------------- | ------ | ----------------------- |
| x-api-key      | string | Your company's API key. |
| Authentication | string | Authentication token.   |

{% tabs %}
{% tab title="200 Date math successfully deleted." %}

```
true
```

{% endtab %}
{% endtabs %}
