---
title: "Delete product template"
method: DELETE
path: "/product-templates/{id}"
tags: ["Product Templates API"]
---

# Delete product template

`DELETE /product-templates/{id}`

Delete product template by ID or External Product ID

## Path parameters

- `id` union, required
  - integer
  - string

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` object
    - `success` boolean — Whether the deletion was successful

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/printful/apis/api-documentation-printful.md) · [All operations](https://skmtc.net/printful/apis/api-documentation-printful/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/printful/api-documentation-printful/revisions/18e2f2e178dd/schema)
