
# Unlink Customer From Gift Card Request

A request to unlink a customer from a gift card.

## Structure

`UnlinkCustomerFromGiftCardRequest`

## Fields

| Name | Type | Tags | Description | Getter | Setter |
|  --- | --- | --- | --- | --- | --- |
| `customerId` | `string` | Required | The ID of the customer to unlink from the gift card.<br>**Constraints**: *Minimum Length*: `1`, *Maximum Length*: `191` | getCustomerId(): string | setCustomerId(string customerId): void |

## Example (as JSON)

```json
{
  "customer_id": "GKY0FZ3V717AH8Q2D821PNT2ZW"
}
```

