Hi all, when I delete an index, and try to create it with the same name through the API, I get ``` {

Hi all, when I delete an index, and try to create it with the same name through the API, I get
{
    "result": null,
    "success": false,
    "errors": [{
        "code": 3005,
        "message": "vectorize.index.deleted - Index name \"your_index_name\""
    }],
    "messages": []
}

Is that by design? Is there a timelimit that it'll be purged on the backend?
Was this page helpful?