Delete records by ID using the make.com API Call Module

I’m trying to use the make.com API call module to delete and array of Vector ID’s. However, although I’m getting a “200” code the request isn’t deleting the specified vectors.

This is the payload which appears to be correct:

{
“ids”: [
“rec0tjRrtqOb6KK67-1760007122#chunk0001”,
“rec0tjRrtqOb6KK67-1760007122#chunk0002”,
“rec0tjRrtqOb6KK67-1760007122#chunk0003”,
“rec0tjRrtqOb6KK67-1760007122#chunk0004”,
“rec0tjRrtqOb6KK67-1760007122#chunk0005”
],
“namespace”: “__default__
}

URL: https://digeniedemodata-u3lb666.svc.aped-4627-b74a.pinecone.io/vectors/delete

I’ve tried with and without the namespace.

I’ve checked with “Ask AI” and everything appears to be fine.

I can use the “delete” module to delete one record at a time, however, I’m trying to avoid multiple operations/credits.

Although having asked the AI assistant to confirm if this was possible on the free accoount, I’m now perhaps thinking it may not be available to free account users??

Perhaps someone could clarify this for me.

Many thanks

MJ