Skip to main content

"deleteTransform"

The JSON Edge API "deleteTransform" action deletes one or more transforms in FairCom MQ and FairCom Edge

Abstract

the deleteTransform action deletes one or more transforms

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 example

{
    "api": "hub",
    "apiVersion": "1.0",
    "authToken":  "anAuthorizationTokenFromTheServer",
    "requestId": "00000032",
    "action": "deleteTransform",
    "params": {
        "transformName": "SensorsTransform1"
    }
}
  

Response examples

Minimal response example

{
    "result": {},
    "requestId": "00000032",
    "errorCode": 0,
    "errorMessage": ""
}

"params"

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 summary

Property

Description

Default

Type

Limits (inclusive)

transformName

specifies the name of a transform process

Note

Cannot be one of the FairCom-provided transform names.

""

string

0 to 256 bytes