Skip to main content
POST
Delete vectors by ID

Body

Request body for deleting vectors by ID.

ids
string[]
required

User-provided IDs of the vectors to delete (up to 64 bytes each).

Maximum string length: 64

Response

Vectors deleted successfully.

Response after successfully deleting vectors.

status
string
required
Example:

"success"

vectorsDeleted
integer<int32>
required

Number of vectors in the request. IDs that did not exist are still counted.