# 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 %}
