DELETE https://api.stepfun.com/v1/vector_stores/{vector_store_id}
vector_store_id
string
id
deleted
boolean
object
vector_store.deleted
curl -L -X DELETE 'https://api.stepfun.com/v1/vector_stores/160051919799205888' \ -H "Authorization: Bearer $STEP_API_KEY"
{ "id": "160051919799205888", "deleted": true, "object": "vector_store.deleted" }
此页面对您有帮助吗?