---
title: "DELETE /payment-api/v1/wallet-items/public/{id}"
method: DELETE
path: "/payment-api/v1/wallet-items/public/{id}"
tags: ["Wallet Items"]
---

# DELETE /payment-api/v1/wallet-items/public/{id}

`DELETE /payment-api/v1/wallet-items/public/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Success

- WalletItemBo[]
  - `id` integer
  - `iolpayToken` string, nullable
  - `cardToken` string, nullable
  - `paymentMethodId` integer
  - `paymentMethod` PaymentMethodBo
    - `id` integer
    - `customerId` integer
    - `customerExternalId` string, nullable
    - `providerClientRelationId` integer, nullable
    - `paymentProviderId` integer, nullable
    - `paymentProviderType` 'Stripe' | 'CitiBank' | 'Checkout' | 'EvyPay' | 'Mpgs' | 'PayGate'
    - `externalId` string, nullable
    - `externalAccountId` string, nullable
    - `type` string, nullable
    - `paymentMethodType` 'Card' | 'EvyPay' | 'AliPay' | 'WeChatPay' | 'Giropay' | 'GooglePay' | 'ApplePay' | 'Tamara' | 'Przelewy24' | 'Ideal' | 'Sofort' | 'Bancontact' | 'Multibanco' | 'Eps' | 'AliPayCN' | 'PostFinance' | 'Paypal'
    - `cardId` integer
    - `card` PaymentMethodCardBo
      - `id` integer
      - `brand` string, nullable
      - `brandProduct` string, nullable
      - `brandId` integer
      - `typeId` integer
      - `country` string, nullable
      - `description` string, nullable
      - `expMonth` integer
      - `expYear` integer
      - `fingerprint` string, nullable
      - `funding` string, nullable
      - `iin` string, nullable
      - `issuer` string, nullable
      - `last4` string, nullable
      - `threeSecureUsageSupported` boolean
      - `cardHolderName` string, nullable
      - `isVcc` boolean
      - `zip` string, nullable
      - `brandFullName` string, nullable
      - `currency` string, nullable
      - `guestCardHolderName` string, nullable
      - `internalToken` string, nullable
      - `externalToken` string, nullable
    - `parentId` integer, nullable
    - `expiresOn` string, date-time
    - `internalPaymentMethodCard` PaymentMethodCard
      - `cardNumber` string, nullable
      - `cardHolderName` string, nullable
      - `cvc` string, nullable
      - `expirationMonth` integer
      - `expirationYear` integer
      - `zip` string, nullable
      - `currency` string, nullable
      - `internalToken` string, nullable
      - `externalToken` string, nullable
      - `cardType` integer
      - `useBinChecking` boolean
      - `guestCardHolderName` string, nullable
      - `ipAddress` string, nullable
      - `fingerprint` string, nullable
      - `country` string, nullable
  - `customerId` integer

## Other responses

- `400` — Bad Request

---

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