"deleteTransform"
JSON transform "deleteTransform"
action deletes transforms in FairCom MQ and FairCom Edge
The "deleteTransform"
action deletes one or more transforms. It returns a full description of each deleted transform so that the transform can be recreated easily.
Request examples
Minimal request
{ "api": "transform", "apiVersion": "1.0", "authToken": "anAuthorizationTokenFromTheServer", "requestId": "00000032", "action": "deleteTransform", "params": { "transformName": "SensorsTransform1" } }
{ "result": {}, "requestId": "00000032", "errorCode": 0, "errorMessage": "" }
Use the deleteTransform JSON API action to delete transforms
The "params"
property is an object that contains an action's parameters. Each action defines its own required and optional properties.
Properties summary
Table 1.
"params"
properties summaryProperty | Description | Default | Type | Limits (inclusive) |
---|---|---|---|---|
transformName | specifies the name of a transform process. The name cannot be one of the FairCom-provided transform names |
| string | 0 to 256 bytes |