> ## Documentation Index
> Fetch the complete documentation index at: https://birdeye-0229a3ce-facebook-description-change.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Custom Card

> Delete a custom card from a business's microsite profile.

```
delete_custom_card
```

## Description

Deletes a custom card from a business's microsite profile. Use it to remove an outdated promo or offer card, or a custom card that is no longer used.

<Warning>
  This action **cannot be undone** — the card is permanently removed. State clearly which card will be deleted and confirm with the user before proceeding.
</Warning>

## Parameters

| Parameter        | Type    | Required | Default | Description                                                                                                           |
| ---------------- | ------- | -------- | ------- | --------------------------------------------------------------------------------------------------------------------- |
| `cardId`         | integer | Yes      | —       | ID of the custom card to delete. Resolve via [`get_custom_card_details`](/mcp/tools/business/get-custom-card-details) |
| `businessNumber` | string  | Yes      | —       | Business number that owns the card                                                                                    |

## Example Usage

```
Delete custom card 14744 from business 169744180007807.
```

```
Remove the old holiday promo card 14744.
```

## Notes

* Returns an empty success response (HTTP 200) when the card is deleted; there is no response body to inspect.
* Resolve `cardId` via [`get_custom_card_details`](/mcp/tools/business/get-custom-card-details) (match the card by title) if the user names a card rather than giving an ID.
* Resolve `businessNumber` via [`get_child_locations`](/mcp/tools/business/get-child-locations) if the user names a location instead of giving a number.
