Deletes a proc. Any currently running instances of the proc will be killed.
Input Parameter Description
Name | Type | Description |
---|---|---|
proc_name | string | Name of the proc to be deleted. Must be the name of a currently existing proc. |
options | map of strings | Optional parameters. Default value is an empty map ( {} ). |
Output Parameter Description
Name | Type | Description |
---|---|---|
proc_name | string | Value of input parameter proc_name. |