---
title: "Cancel vault timelocks"
method: POST
path: "/markets/lending_vaults/timelock/cancel"
tags: ["lending_vaults"]
---

# Cancel vault timelocks

`POST /markets/lending_vaults/timelock/cancel`

Cancel one or more pending timelock entries.

## Headers

- `Idempotent-Key` string, nullable

## Request body

- QueryCancelTimelockParams[]
  - `manager` string, required
  - `timelock` string, required
  - `vault` string, required

## Response `200`

Serialized versioned transactions

- VersionedTransactionReturn[]
  - `message` string, required — serialized message
  - `signatures` VersionedTransactionSignature[], required — serialized signatures
    - `publicKey` string, required — serialized message
    - `signature` string, required — serialized signatures

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `409` — Idempotency-Key reused with a different request body
- `500` — Internal server error

---

[API](https://skmtc.dev/loopscale/apis/loopscale-api.md) · [All operations](https://skmtc.dev/loopscale/apis/loopscale-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/loopscale/loopscale-api/revisions/531f64dbe09c/schema)
