Official Plugins (Kuzzle v2.x)
Workflows v0.x
2

This plugin is part of the Kuzzle Enterprise Plan. If you are interested, please contact us.

delete #

Deletes a workflow engine from an index


Query Syntax #

HTTP #

Copied to clipboard!
URL: http://kuzzle:7512/_/workflows/engine/:index
Method: DELETE

Other protocols #

Copied to clipboard!
{
  "controller": "workflows/engine",
  "action": "delete",
  "index": "tenant-ayse",
}

Kourou #

Copied to clipboard!
kourou workflows/engine:delete <index>