- 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 remove operation removes an existing SOE task group from the topographic production server.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The ID of the existing task group that you want to remove. This task group must be unlinked from any phases. |
| The response format. The default format is Values: |
JSON Response syntax
The following is the syntax of a response:
{
"taskGroupId": <the ID of the task group>,
"deleted": <true | false>,
"success": <true | false>
}Example usage
Use the remove operation to remove a task group from the topographic production server.
Request URL and parameters:
https://organization.example.com/<context>/rest/services/<SampleService>/TopographicProductionServer/workflows/taskgroups/removeTaskGrouptaskGroupdId=5F109F09-DF73-4A82-A5B9-0FAACF8206F4,
f=jsonJSON Response example
The following is an example of a successful response:
{
"taskGroupId": 5F109F09-DF73-4A82-A5B9-0FAACF8206F4,
"deleted": true,
"success": true
}