Skip to main content

DeActivateProject()

Modified: 10 May 2026 Viewpoint Field View Developer / API Help

The DeActivateProject() command de-activates a project in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiToken string 50Y Your Field View API token.
projectID integerY The ID of the project to be de-activated.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the project that was de-activated.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>
Submit

Table of Contents