Delete a Google Pass template
/v2/credentials/compact-semantic/digital-pass/google/templates/{id}Delete a Google Pay Pass template by ID
Roles
Analytics Events
Authorization
bearerAuth In: header
Path Parameters
Google Pass template ID
uuidTemplate ID
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v2/credentials/compact-semantic/digital-pass/google/templates/string"How would you rate this page?
Update a Google Pass template PUT
Updates a existing Google Pass template by providing its ID and a `.zip` file. Refer to our [Design a Google Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/google-templates) guide for more information on how to design the template and how to structure the `.zip` file.
Create an Apple Pass template POST
Creates an Apple Pass template based on the provided `.zip` file. Refer to our [Design an Apple Pass template](https://learn.mattr.global/docs/issuance/cwt-credential-templates/apple-templates) guide for more information on how to design the template and how to structure the `.zip` file. <Callout> The Apple Pass template uses the official Apple Pass bundle structure. </Callout>