Skip to content

Commit 3266290

Browse files
committed
fix: invalid method on delete vectors
1 parent 71c6c42 commit 3266290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Requests/Data/DeleteVectors.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DeleteVectors extends Request implements HasBody
1515
{
1616
use HasJsonBody;
1717

18-
protected Method $method = Method::DELETE;
18+
protected Method $method = Method::POST;
1919

2020
public function __construct(
2121
protected array $ids = [],

0 commit comments

Comments
 (0)