Skip to main content

Terminate wallet

Route

DELETE
/api/v1/wallets/:id

Usage

LAGO_URL="https://api.getlago.com"
API_KEY="__YOUR_API_KEY__"

curl --location --request DELETE "$LAGO_URL/api/v1/wallets/:id" \
--header "Authorization: Bearer $API_KEY"

Responses

The wallet was successfully terminated.

Returns a wallet object.