---
title: "Delete card"
method: DELETE
path: "/profiles/{profileId}/cards/{cardId}"
tags: ["Profiles"]
---

# Delete card

`DELETE /profiles/{profileId}/cards/{cardId}`

Delete a card on the profile.

## Path parameters

- `profileId` string, required
- `cardId` number, required

## Response `200`

The Profile.

- ProfileResponse
  - `code` number
  - `message` string
  - `customer_code` string — the ID of the payment profile. You need to keep track of this value.
  - `validation` CardValidation
    - `id` string — Transaction ID
    - `approved` integer — Approval status of payment transaction. 0 if the transaction is not approved. 1 if the transaction is approved.
    - `message_id` integer — Payment response code
    - `message` string — Message containing information about the transactions status
    - `auth_code` string — Auth Code
    - `trans_date` string — The date it was created '2015-04-22T10:03:19.323-07:00'
    - `order_number` string — Order number
    - `type` 'P' | 'R' | 'VP' | 'VR' | 'PA' | 'PAC' — Payment transaction type
    - `amount` number, double — A decimal value in dollars. Uses up to two decimal places.
    - `cvd_id` integer — CVD Response ID
  - `limited_use_card_token` string — Uniquely identifies specific cards in payment profile accounts. Used only for performing Method URL operations.

## Other responses

- `400` — Bad Request
- `401` — Authentication Failure
- `402` — Business Rule Violation or Decline
- `403` — Authorization Failure
- `405` — Invalid Request Method
- `500` — Internal Server Error

---

[API](https://skmtc.net/worldline-solutions/apis/worldline-payment-apis.md) · [All operations](https://skmtc.net/worldline-solutions/apis/worldline-payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/worldline-solutions/worldline-payment-apis/versions/d661d9e357a1/schema)
