---
title: "Delete Passtype"
method: DELETE
path: "/v2/passtypes/{passTypeIdentifier}"
tags: ["Pass Type IDs"]
---

# Delete Passtype

`DELETE /v2/passtypes/{passTypeIdentifier}`

Deletes a pass type ID and all related resources asynchronously.

- **passTypeIdentifier**: The unique identifier for the pass type to be deleted.
- **user**: The authenticated user instance.
- **background_tasks**: Background tasks for asynchronous execution of related resource deletion.

### Returns
- **PassTypeRead**: The deleted pass type information.

## Path parameters

- `passTypeIdentifier` string, required

## 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)
