> 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/entities/contract-scope/search-deleted-contract-scopes.md).

# Search deleted contract scopes

`POST` `https://ris.rightsline.com/v4/contract-scope/search-deleted`

**Headers**

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

**Request Body**

| Name        | Type    | Description                                                          |
| ----------- | ------- | -------------------------------------------------------------------- |
| startDate\* | string  | Start of the deletion date range (ISO 8601).                         |
| endDate\*   | string  | End of the deletion date range (ISO 8601). Maximum range is 30 days. |
| start       | integer | Zero-based offset for pagination.                                    |
| rows        | integer | Number of results to return.                                         |

<br>
