Delete Task Group by ID (Deprecated)

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.

Path Params
int64
required

The ID of a Task Group.

Responses
204

Success.

400

Bad 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}.
Language
URL