---
title: "Delete template"
method: DELETE
path: "/v2/invoicing/templates/{template_id}"
tags: ["templates"]
---

# Delete template

`DELETE /v2/invoicing/templates/{template_id}`

Deletes a template, by ID.

## Path parameters

- `template_id` string, required

## Response `204`

A successful request returns the HTTP `204 No Content` status code with no JSON response body.

## Other responses

- `403` — Authorization Error.
- `404` — Resource Not Found.
- `500` — An internal server error has occurred.
- `default` — The default response.

---

[API](https://skmtc.net/paypal/apis/payments.md) · [All operations](https://skmtc.net/paypal/apis/payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paypal/payments/revisions/672aceee1190/schema)
