You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think your candidate_id is nil, making the https://MYID.algolia.net/1/indexes/candidates/<OBJECT_ID> URI to be https://MYID.algolia.net/1/indexes/candidates/ which is actually the URL to delete the whole index /o\
I am trying to delete an object from my Algolia index in ruby.
I get the following error:
My API key has the following ACL:
When I try the same operation from the REST API, it works without a glitch:
after checking the task status, I get:
What is it working with the REST api and not with the ruby wrapper ? Is the ruby wrapper performing another operation than simply delete ?
The text was updated successfully, but these errors were encountered: