Delete task templates

Deletes multiple task templates from the space in a single bulk operation. Task templates are reusable task
definitions that can be instantiated into actual tasks. Deleting templates does not affect tasks already
created from those templates. The deletion is performed asynchronously and returns an operation ID for
tracking the deletion progress.

Key Features:

  • Efficiently deletes multiple task templates in a single API call
  • Removes template definitions and all their metadata including associations and custom properties
  • Does not affect existing tasks that were created from the deleted templates
  • Returns async operation ID for tracking deletion progress
  • Maintains audit trail of all template deletion actions
  • Processes deletions asynchronously for better performance with large batches

Authorization Logic:

  1. User must have a valid JWT token with management scopes
  2. User must have program update permissions
  3. User must have permission to manage all specified task templates

Usage Example:

Delete obsolete or unused task templates to clean up the workspace after reorganizing workflows, or remove
deprecated templates that are no longer part of current processes. For example, after updating your onboarding
process, delete the old onboarding task templates while keeping tasks already created from them.

Language
Response
Click Try It! to start a request and see the response here!