This method is used by the calling system web service client to deregister from SDX. This is done when the calling system no longer requires SDX to monitor it.
| Parameter | Type | Requirement | Description |
|---|---|---|---|
| Username | xsd:string | mandatory - cannot be null or empty | Login Credentials. |
| password | xsd:string | mandatory - cannot be null or empty | Login Credentials. |
| pwordEncoded | xsd:boolean | optional - can be null (indicates false) | Indicates if the password parameter is MD5 hash and base64 encoded. |
| siteID | xsd:string | mandatory - cannot be null or empty | A unique identifier for the web service client |
Response Type: String
Successful response returns a simple OK otherwise will return error.
OK