Delete Vault Lock
Delete Vault Lock
Releases a lock, returning the locked funds to the vault’s available balance. Owner only.
DELETE
Delete Vault Lock
Authentication
✅ Organization User (CustomerEmployee)❌ Delegated User (
EndUser)✅ Service Account
Required Permissions
Vaults:Locks:Delete: Always required.Authorizations
Bearer Token: Used to authenticate API requests. More details how to generate the token: Authentication flows
User Action Signature: Used to sign the change-inducing API requests. More details how to generate the token: User Action Signing flows
Path Parameters
Vault id.
Required string length:
1 - 64Pattern:
^vlt-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Vault lock id.
Required string length:
1 - 64Pattern:
^vlt-lck-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Response
200 - application/json
Success
Vault lock object: funds manually locked for off-chain settlement or escrow.
Vault lock id.
Required string length:
1 - 64Pattern:
^vlt-lck-[a-z0-9]{5}-[a-z0-9]{5}-[a-z0-9]{14,16}$Example:
"vlt-lck-0lf1e-8a8ag-2ak7vrvusrj3so0j"
The user that created the lock. Only this user can delete it.
The reason or note the lock was created with.
Last modified on August 6, 2026