UnAssignOrganisationFromProject()

The UnAssignOrganisationFromProject() command unassigns an organisation from a project in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring50YYour Field View API token.
organisationIDintegerYThe ID of the organisation to be unassigned.
projectIDintegerYThe ID of the project the organisation should be unassigned from.
Table 2. Returns
FieldTypeDescription
IDintegerThe ID of the organisation that was unassigned.
<StatusRequest>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <ID></ID>
   </StatusRequest>