POST /vectors/delete
Delete vectors by id from a single namespace.
For guidance and examples, see Delete data.
Servers
- https://{index_host}
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
X-Pinecone-Api-Version |
String | Yes |
Required date-based version header Default value: "2025-10" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
namespace |
String | No |
The namespace to delete vectors from, if applicable. |
deleteAll |
Boolean | No |
This indicates that all vectors in the index namespace should be deleted. Default value: false |
filter |
Object | No |
If specified, the metadata filter here will be used to select the vectors to delete. This is mutually exclusive with specifying ids to delete in the ids param or using delete_all=True. See Delete data. |
ids[] |
Array | No |
Vectors to delete. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.