Search...
/
Support
Developer Forum
Login
Overview
Introduction
Getting Started
Authentication
Error Handling
Pagination
Filtering
Ordering
Rate Limits
Permissions
Webhooks
Changelog
Support
API Reference
Projects Overview
Projects
Project Types
Project Statuses
Project Roles
Project Comments
Project Tags
Project Milestones
Project Automations
Project Actions
Project Time Bookings
Autopilot
Tasks Overview
Tasks
Task Lists
Task Views
Project Tasks
Private Tasks
Assigned Tasks
Checklist Items
Task Comments
Task Tags
Task Dependencies
Task Schedules
Tasks Batch
Type of Work
Time Tracking Overview
Time Entries
Time Tracking
Time Reports
Project Time Entries
Task Time Entries
Companies Overview
Companies
Company Tags
Users Overview
Users
User Capacity
User Tags
Absences
Absence Regions
Workspace Absences
Dashboards
Files & Images Overview
Files
Project Files
Task Files
Company Files
Comment Files
User Files
Workspace Files
Project Template Files
Task Template Files
Shared Files
Temporary Files
Images
Custom Fields Overview
Custom Fields
Workload & Planning Overview
Workload
Project Templates Overview
Project Templates
Task Bundles
POST
Adds the task bundle to the entity with the specified id.
GET
Returns all global task bundles.
POST
Creates a new task bundle.
POST
Creates a new task bundle from the specified project.
POST
Creates a new task bundle from the specified task list. Turns the tasks, task list and TaskToTaskLists into templates.
GET
Returns all possible icons for a task bundle.
GET
Returns the task bundle with the specified id.
PUT
Updates the task bundle with the specified id.
DEL
Deletes the task bundle with the specified id.
POST
Creates a new task bundle with the information of the specified task bundle.
GET
Returns all task list templates of the task bundle with the specified id.
POST
Creates a new task list template for the task bundle with the specified id.
GET
Returns the task list template of the task bundle with the specified id.
PUT
Updates the task list template for the task bundle with the specified id.
DEL
Deletes the task list template for the task bundle with the specified id.
POST
Adds the task templates to the task list template with the specified id.
POST
Removes the task templates from the task list template with the specified id.
GET
Returns the task templates in the specified task list template.
GET
Returns the task template with the specified id in the specified task list template.
POST
Updates the order of a task template in a task list template.
POST
Updates the order of a task list template in a task bundle.
GET
Returns the checklist item templates for a task template with the specified id.
POST
Creates a checklist item template for a task template with the specified id.
GET
Returns the checklist item template for a task template with the specified id.
PUT
Updates a checklist item template for a task template with the specified id.
DEL
Deletes a checklist item template for a task template with the specified id.
GET
Returns the existing recurrency rule for one task template.
Task Templates
Task Dependency Templates
Project Template Tags
Project Milestone Templates
Project Template Automations
Project Template Actions
Login & Access Overview
Accounts
Invitations
Permissions
Roles
Teams
Workspaces
API Management Overview
API Users
Webhooks
Client Applications
Entity Files
Support
Developer Forum
Login
API Reference
Task Bundles
Deletes the task bundle with the specified id.
DELETE
https://api.awork.com/api/v1
/
taskbundles
/
:taskBundleId
Deletes the task bundle with the specified id.
Required Permissions:
The user must be an admin or have
task-manage-config:write
permissions.
Path parameters
taskBundleId
string
Required
The id of the task bundle.
Built with