Delete all wallet metadata
Wallets
Delete all wallet metadata
This endpoint removes all metadata from a wallet.
DELETE
Delete all wallet metadata
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Unique identifier assigned to the wallet within the Lago application.
Example:
"1a901a90-1a90-1a90-1a90-1a901a901a90"
Response
Wallet metadata deleted
Custom metadata stored as key-value pairs. Keys are strings (max 100 characters), values can be strings (max 255 characters) or null.
Example:
{
"external_id": "ext-123",
"synced_at": "2024-01-15",
"source": null
}