Delete Proc

Deletes a proc. Any currently running instances of the proc will be killed.

Input Parameter Description

NameTypeDescription
proc_namestringName of the proc to be deleted. Must be the name of a currently existing proc.
optionsmap of string to stringsOptional parameters. The default value is an empty map ( {} ).

Output Parameter Description

NameTypeDescription
proc_namestringValue of input parameter proc_name.
infomap of string to stringsAdditional information.