API ReferenceCWT Apple Pass templates
Delete an Apple Pass template
DELETE
/v2/credentials/compact/digital-pass/apple/templates/{id}Deletes an existing Apple Pass template by providing its ID.
Roles
adminissuermanaged-issuer
Analytics Events
CREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_DELETE_STARTCREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_DELETE_SUCCESSCREDENTIAL_COMPACT_APPLE_PASS_TEMPLATE_DELETE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Apple Pass template ID
Format
uuidid*string
Apple Pass template ID
Response Body
application/json
application/json
curl -X DELETE "https://example.com/v2/credentials/compact/digital-pass/apple/templates/string"Empty
How would you rate this page?
Update an Apple Pass template PUT
Updates an existing Apple Pass template by providing its ID and a `.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.
Sign a Semantic CWT credential POST
Returns a signed Semantic CWT credential generated from a provided valid payload.