Deletes a proc. Any currently running instances of the proc will be killed.
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 string to strings | Optional parameters. The default value is an empty map ( {} ). |
Name | Type | Description |
---|---|---|
proc_name | string | Value of input parameter proc_name. |