> 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/financial/financial-periods/delete-financial-period.md).

# Delete financial period

## Delete a financial period.

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

This endpoint deletes a single financial period.

#### Query Parameters

| Name                               | Type   | Description                |
| ---------------------------------- | ------ | -------------------------- |
| <mark style="color:red;">\*</mark> | number | Id of the financial period |

#### Headers

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

{% tabs %}
{% tab title="200 Financial Period deleted" %}

```javascript
true
```

{% endtab %}

{% tab title="404: Not Found Financial Period does not exist." %}

```javascript
{
    "message": "No existing financial period with id: 1931."
}
```

{% endtab %}
{% endtabs %}
