Delete Vector by Name    

Deletes the vector at a specified index from a vector group.

 

Input Arguments

 

0

Collection Object Name

Vector Group Name

The name of the vector group in which the vector to delete is located.

1

String

Vector Name

The name of the vector to delete.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The vector was deleted successfully.

FAILURE

The vector group or vector name were not found.

 

Remarks

None.