---
api: 'Business API'
---

# Terminate a card

Terminate a specific card, based on its ID.

Once the card is terminated, it will not be returned by the API.

A successful response does not get any content in return.

:::note
- This feature is not available in Sandbox.
- To increase your account's card limits, please contact [Revolut API Support](mailto:api-requests@revolut.com).
:::

For more information, see the guides: [Manage cards](/docs/guides/manage-accounts/cards/manage-cards).

## Endpoint

DELETE `/cards/{card_id}`

## Parameters

### path parameters

- `card_id` (string, required)
  The ID of the card.

## Returns

### 204

Card successfully terminated

## Error responses

| HTTP status code | Description |
| --- | --- |
| 400 | Bad request  Returned, for example, when you provide an invalid card ID in the path. |
| 404 | Card doesn't exist |
