tigergraph__drop_vector_attribute
Remove a vector attribute from a vertex type by creating a schema change job in TigerGraph.
Instructions
Drop a vector attribute from a vertex type. Creates a schema change job to ALTER VERTEX with DROP VECTOR ATTRIBUTE.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Connection profile name. Omit to use the active default profile. Use 'list_connections' to see available profiles. | |
| graph_name | No | Name of the graph. If not provided, uses default connection. | |
| vector_name | Yes | Name of the vector attribute to drop. | |
| vertex_type | Yes | Name of the vertex type. |