Delete Loyalty Program Offer Card Image
Loyalty
Delete Loyalty Program Offer Card Image
Delete Card Offer Image
Deletes a specific type of card image associated with an offer within a loyalty program.
-
Path Parameters:
programId: UUID of the loyalty programofferId: UUID of the offertype: Type of the card image to be deleted (e.g., ‘thumbnail’, ‘banner’)
-
Returns:
- HTTP 200 OK on successful deletion.
DELETE
Delete Loyalty Program Offer Card Image
Authorizations
JWT access token obtained from POST /v2/token.
Headers
Path Parameters
Supported images Boarding pass: logo, icon, footer Coupon: logo, icon, strip Event ticket: logo, icon, strip, background, thumbnail If you specify a strip image, do not specify a background image or a thumbnail. Generic: logo, icon, thumbnail Store card: logo, icon, strip
Args: StrEnum (type): description
Available options:
logo, icon, strip, footer, background, thumbnail Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Response
Successful Response
