Skip to content
URL:
https://<root>/<serviceName>/TopographicProductionServer/workflows/taskgroups/removeTaskGroup
Methods:
GETPOST
Required Capability:
Requires a Professional or Professional Plus user type account and a Topographic Mapping server extension license.
Version Introduced:
12.0

Description

The removeTaskGroup operation removes an existing SOE task group from the topographic production server.

Request parameters

ParameterDetails

taskGroupId

(Required)

The ID of the existing task group that you want to remove. This task group must be unlinked from any phases.

f

The response format. The default format is html.

Values: html | json | pjson

JSON Response syntax

The following is the syntax of a response:

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "taskGroupId": <the ID of the task group>,
  "deleted": <true | false>,
  "success": <true | false>
}

Example usage

Use the removeTaskGroup operation to remove a task group from the topographic production server.

Request URL and parameters:

Use dark colors for code blocksCopy
1
https://organization.example.com/<context>/rest/services/<SampleService>/TopographicProductionServer/workflows/taskgroups/removeTaskGroup
Use dark colors for code blocksCopy
1
2
taskGroupdId=5F109F09-DF73-4A82-A5B9-0FAACF8206F4,
f=json

JSON Response example

The following is an example of a successful response:

Use dark colors for code blocksCopy
1
2
3
4
5
{
  "taskGroupId": 5F109F09-DF73-4A82-A5B9-0FAACF8206F4,
  "deleted": true,
  "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.