- URL:
- https://<root>/<serviceName>/TopographicProductionServer/workflows/projects/removeProject
- 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 all of the records related to a project from the topographic production server database.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The ID of the existing project that you want to remove. |
(Required) | Enables the A value of A value of Values: |
(Required) | The response format. The default format is Values: |
JSON Response syntax
The following is the syntax of a response:
{
"projectId": "<the ID of the project>",
"success": <true | false>
}Example usage
Use the remove operation to remove records related to a project from the topographic production server database.
Request URL and parameters:
https://organization.example.com/<context>/rest/services/<SampleService>/TopographicProductionServer/workflows/projects/removeProjectprojectId=370201AE-7D79-4337-AFCF-F9811BDB40E3,
force=false,
f=jsonJSON Response example
The following is an example of a successful response to remove a project that did not have any jobs running:
{
"projectId": "370201AE-7D79-4337-AFCF-F9811BDB40E3",
"success": true
}