Skip to main content

DELETE JAR

Description

Delete an existing transformer JAR.

Note that the SQL statement does not end with ;

info

You must first remove the JAR from any transformations / Flows before deleting it. The command fails if any Flow still uses the JAR.

Syntax

DELETE JAR `<name>`

Sample response

Examples

DELETE JAR `my-custom-transformer`

Required parameters

  • <name>: Specify the name of the JAR to delete.

Error conditions

  • Fails if a JAR with the name does not exist.
  • Fails if one or more Flows still use the JAR.