Tool to delete vectors by ID from a Pinecone index. Use when you need to remove specific vectors from a namespace. Supports deletion by IDs, metadata filter, or entire namespace deletion.
idsarrayList of vector IDs to delete. Mutually exclusive with deleteAll and filter. Length: 1-1,000 IDs.
filterobjectMetadata filter to select vectors for deletion. Mutually exclusive with ids and deleteAll. Example: {"genre": {"$in": ["comedy", "documentary"]}, "year": {"$eq": 2019}}
namespacestringThe namespace to delete vectors from. If not specified, uses the default namespace.
delete_allbooleanIf true, deletes all vectors in the namespace. Mutually exclusive with ids and filter. Default: false.
index_hostRequiredstringThe host URL of the index to delete vectors from. Get this from the list_indexes response (e.g., 'my-index-abc123.svc.region.pinecone.io').
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.