---
title: "Delete purchase order by ID"
method: DELETE
path: "/template/{template_id}"
tags: ["templates"]
---

# Delete purchase order by ID

`DELETE /template/{template_id}`

For valid response try integer IDs with value < 1000. Anything above 1000 or nonintegers will generate API errors

## Path parameters

- `template_id` integer, required

## Other responses

- `400` — Invalid ID supplied
- `404` — Order not found

---

[API](https://skmtc.dev/opensignlabs/apis/opensign-api-v1.md) · [All operations](https://skmtc.dev/opensignlabs/apis/opensign-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opensignlabs/opensign-api-v1/revisions/fc166e76710f/schema)
