# Delete Wallet Deletes a wallet by its ID. This endpoint must be called from your secure backend server. Security: Requires merchant authentication headers. Endpoint: DELETE /wallets/{id} Version: 1.0.0 Security: MerchantAuth ## Header parameters: - `merchant-client-id` (string, required) Your merchant client identifier (must be kept secure) ## Path parameters: - `id` (integer, required) Wallet ID Example: 1001 ## Response 200 fields (application/json): - `code` (string) Result code indicating the operation status Example: "OK" - `data` (null) Response data payload - `message` (string) Human-readable response message Example: "Operation completed successfully" ## Response 400 fields (application/json): - `code` (string) Error code Example: "INVALID_INPUT" - `message` (string) Error message Example: "Invalid JSON in request body" ## Response 401 fields (application/json): - `code` (string) Error code Example: "INVALID_INPUT" - `message` (string) Error message Example: "Invalid JSON in request body" ## Response 500 fields (application/json): - `code` (string) Error code Example: "INVALID_INPUT" - `message` (string) Error message Example: "Invalid JSON in request body"