---
title: "Delete Pass Template Information"
method: DELETE
path: "/v2/templates/{templateId}"
tags: ["Pass Templates > Information"]
---

# Delete Pass Template Information

`DELETE /v2/templates/{templateId}`

### Delete Pass Template Information

Deletes a specific pass template and handles related clean-up.

**Parameters:**
- `template` (Template): The template to delete.
- `background_tasks` (BackgroundTasks): Background tasks for asynchronous execution.

**Returns:**
- `Response`: Standard HTTP response indicating success or failure.

## Path parameters

- `templateId` union, required
  - string
  - string

## Headers

- `authorization` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
