Skip to content
STAGING SERVER
DEVELOPMENT SERVER

Basler Vision Connector Messaging: Removing a Recipe from the Basler Vision Connector#

To remove a recipe file from the Basler Vision Connector, use the file name created during the upload.

JSON Payload#

Field Optional Type Description
TransactionID Yes String Transaction identification
Action No String Method called. Fixed value: cstm_DeleteRecipe
FileName No String File name of the recipe file that shall be removed from the Basler Vision Connector
{
  "TransactionID": "234423465465",
  "Action" : "cstm_DeleteRecipe",
  "FileName" : "MyRecipe.precipe"
}

Response Object#

Field Optional Type Description
TransactionID Yes String Transaction identification
ReturnCode No Integer Message code following Message Codes
Message No String Response message
{
  "TransactionID": "234423465465",
  "ReturnCode": 0,
  "Message": "Recipe deleted."
}