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 #

URL: http://kuzzle:7512/_/workflows/engine/:index
Method: DELETE

Other protocols #

{
  "controller": "workflows/engine",
  "action": "delete",
  "index": "tenant-ayse",
}

Kourou #

kourou workflows/engine:delete <index>