Delete the resource of an endpoint
Delete the resource of an endpoint describes the API structure for the deleting the resources of an endpoint.
Title | Delete the resource of an endpoint |
---|---|
URL | http://<impact_url>/m2m/endpoints/{serialNumber}/{resourcePath} |
Method | DELETE |
Content-Type | application/json |
URL Params |
The following are the URL parameters:
|
Data Params |
requestId:[string]: Specifies the request ID provided in case of valid and accepted request msg:[string] : info/warning/error message |
Success Code |
Response Code: 202 |
Error Code |
400 : Bad Request 401 : Unauthorized 403 : Forbidden 404 : Not Found |
Sample Call | 1. Delete the resources of an endpoint with object ID. Curl: Response
Body:
2. Delete the resources of an endpoint with object ID and instance ID. Curl: Response
Body:
3. Delete the resources of an endpoint with object ID, instance ID, and resource ID. Curl: Response
Body:
4. Delete the resources of an endpoint with object ID, Instance ID, resource ID, and instance resource ID. Curl: Response
Body:
|
Notes | None |