REST API - clearMigrationRules

The table summarizes the REST API - clearMigrationRules.

Request

Format
DELETE <baseurl>/process/delete/migrationrules/<module>/<process>/<version>
Path parameters
  • module: Name of the module to which the process template belongs.
  • process: Name of the process template for which migration rules are being cleared.
  • version: OSGi-style version number of the process template. (This version number is the same as that of the module.)

    The process instances that have migration rules set can be obtained using listMigrationRules .

Response

JSON If successful, returns 204 No Content in the response header, and OK in the response body.
XML If successful, returns 204 No Content in the response header, and OK in the response body.

Example

Request
DELETE <baseurl>/process/delete/migrationrules/%2FWelcomeUsersDesignSolution%2FProcess%20Packages%2FProcessPackage.xpdl/WelcomeUsers/1.0.0.201301210947
Response
OK