---
title: "Deletes card's address"
method: DELETE
path: "/api/v1/cards/{id}"
tags: ["card"]
---

# Deletes card's address

`DELETE /api/v1/cards/{id}`

Deletes card's address based on given card ID.

## Path parameters

- `id` string, required

## Response `202`

Accepts the deletion request and perform deletion. If ID does not exist, does nothing.

---

[API](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app.md) · [All operations](https://skmtc.dev/packtpublishing/apis/sample-ecommerce-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/packtpublishing/sample-ecommerce-app/revisions/51a26ae44206/schema)
