Delete a PHDC Configuration
Use this API to delete a product health data collection (PHDC) configuration.
URI
https://[host] /api/juniper/servicenow/phdc-management/phdcs/{id} (HTTP method = DELETE)
URI Parameters
Parameter | Type | Required | Description |
---|---|---|---|
id | Integer | Yes | ID of the PHDC configuration to be deleted |
Consumes
None
Produces
application/vnd.juniper.servicenow.phd-management.phdStatusMsg+json;version=1
application/vnd.juniper.servicenow.phd-management.phdStatusMsg+xml;version=1
Response Elements
Element | Type | Description |
---|---|---|
id | Integer | ID of the PHDC delete job |
statusMessage | String | Status message of the PHDC delete job |
Sample Output
Sample XML Output
<phdStatusMessage> <id>1081345</id> <statusMessage>Product Health Data Collection will be deleted</statusMessage> </phdStatusMessage>
Sample JSON Output
{ "phdStatusMessage": { "id": "1081345", "statusMessage": "Product Health Data Collection will be deleted" } }