Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 469 Bytes

unlink-customer-from-gift-card-request.md

File metadata and controls

23 lines (14 loc) · 469 Bytes

Unlink Customer From Gift Card Request

A request to unlink a customer from a gift card.

Structure

Unlink Customer From Gift Card Request

Fields

Name Type Tags Description
customer_id str Required The ID of the customer to unlink from the gift card.
Constraints: Minimum Length: 1, Maximum Length: 191

Example (as JSON)

{
  "customer_id": "GKY0FZ3V717AH8Q2D821PNT2ZW"
}