delete https://{hostname}/api/v1/forecasting/task_groups/
This operation is deprecated; instead use DELETE /v2/forecasting/task_groups/{id}.
This operation deletes a Task Group by ID.
Important Note: We recommend you update your implementations to utilize version 2 operations as they provide better security, performance, and functionality.
Responses
204Success.
400Bad Request:
- [WFF-180029] - Cannot delete the Task Group {name}. It is assigned to one or more task(s) and/or Org Job(s). Please unassign it from all objects before trying to delete it.
403- [WFF-270022] - The user is not authorized to perform this action.
404- [WFF-270032] - Entity not found. Type: Task Group. Name or ID: {id}.