Delete an organization

Request

Security

Table 1. Roles capable of executing the Delete Organization API method
Any Super User System Admin Security Admin Operator
  superUser   securityAdmin  

HTTP method

POST /manager/api/{apiResponseType}/1.0/deleteOrganization.adm HTTP/1.1 Host:{manager.dsnet} id={orgId}&password={password}

Curl method

curl -u {admin}:{password} -k ”https://{manager.dsnet}/manager/api/{apiResponseType}/1.0/deleteOrganization.adm“ -d ”id={orgId}&password={password}“

Parameters

Table 2. Request parameters for Organization (deleteOrganization) API method
Parameter Type Usage Default Description
id Long Required  

ID of the organization to delete.

password String Required  

Password of user that is requesting the delete.