DELETE devices/{deviceId}/operations/{operationId}
Deletes a Operation from the server.
Remarks
C4M Error Code returned:
null The operation has been deleted.
OperationNotFound This operation does not exist on the server.
403 - Forbidden The authenticated user doesn't have permission to access the resource.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| deviceId | Device identifier. |
Define this parameter in the request URI. |
| operationId | Operation identifier. |
Define this parameter in the request URI. |
Response Information
Operation result.
Response body formats
application/json, text/json
Sample:
{
"error": null
}