---
title: "Deletes a payment card with a given id."
method: DELETE
path: "/wallet/admin/{userId}/paymentcards/{cardId}"
tags: ["wallet"]
---

# Deletes a payment card with a given id.

`DELETE /wallet/admin/{userId}/paymentcards/{cardId}`

Deletes a payment card with a given id

## Response `204`

Payment card is succesfully deleted

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound
- `415` — UnsupportedMediaType
- `500` — InternalServerError

---

[API](https://skmtc.net/backbase/apis/wallet-test-service-api.md) · [All operations](https://skmtc.net/backbase/apis/wallet-test-service-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/backbase/wallet-test-service-api/versions/5d24d5e7db87/schema)
