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>
Edit this page on Github(opens new window)