Skip to main content

"deleteTransform"

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.

Property summary

Table 1. "params" property summaries

Property

Description

Default

Type

Limits (inclusive)

"transformName"

contains the name of a transform process

Note

Cannot be one of the FairCom-provided transform names.

""

string

Minimum length: 0
Maximum length: 256