> For the complete documentation index, see [llms.txt](https://docs.native.org/native-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.native.org/native-dev/build-with-native/market-makers/native-market-makers-api/post-cancel-settlement.md).

# POST Cancel settlement

{% openapi src="/files/9n3oMf5j9lHPVLo2Ywuu" path="/v1/lend/cancel-settlement" method="post" %}
[nativeLend.json](https://2236132028-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fta4g2TwHaleDMaDKVgwR%2Fuploads%2FtioKKepUoaP6j2ypXoqA%2FnativeLend.json?alt=media\&token=8d90ab11-f17c-4a71-8b31-696c2143cc2e)
{% endopenapi %}

#### Example response

```json
{
    "status": "success",
    "id": "b9292014-1e85-43e8-a635-8a4f1c5423b9"
}
```

#### Error responses

```json
{
    "statusCode": 400,
    "message": "Settlement request not found",
    "error": "Bad Request"
}
```
