Delete Proc

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 string to strings Optional parameters. The default value is an empty map ( {} ).

Output Parameter Description

Name Type Description
proc_name string Value of input parameter proc_name.
info map of string to strings Additional information.