Delete All Pass Images Type Resolution
Passes > Pass Images
Delete All Pass Images Type Resolution
Delete all images with the given type and resolution of the Wallet pass
Delete all images of a specific type and resolution associated with a pass. Template images are not included.
Parameters:
type: Type of the image (e.g., logo, background).resolution: Resolution of the image (e.g., normal, high).lpass: Pass object, automatically resolved from the request.
Returns:
JSONResponse: A response indicating the success or failure of the deletion.
DELETE
Delete All Pass Images Type Resolution
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 Available options:
normal, high, ultra Query Parameters
Required string length:
24Pattern:
^[0-9a-f]{24}$Example:
"5eb7cf5a86d9755df3a6c593"
Response
Successful Response
