---
title: "Deletes the task template for the task bundle with the specified id."
method: DELETE
path: "/taskbundles/{taskBundleId}/tasktemplates/{taskTemplateId}"
tags: ["taskTemplates"]
---

# Deletes the task template for the task bundle with the specified id.

`DELETE /taskbundles/{taskBundleId}/tasktemplates/{taskTemplateId}`

Deletes the task template for the task bundle with the specified id.

<Check title="Required Permissions" icon="key">The user must be an admin or have `task-manage-config:write` permissions.</Check>

## Path parameters

- `taskBundleId` string, uuid, required
- `taskTemplateId` string, uuid, required

## Headers

- `Authorization` string, required

## Response `204`

No Content

- object

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
