Vector
Transfer Index
This endpoint is used to transfer an index to another team.
POST
/
v2
/
vector
/
index
/
{id}
/
transfer
Request Parameters
id
string
requiredThe unique ID of the index to be deleted.
target_account
string
requiredThe ID of the target account. If the target is a team, then use the format team:<TEAM_ID>
, else if the target is your personal account use the format <YOUR_EMAIL>
.
Response Parameters
"OK"
on successfull deletion operation.
Was this page helpful?