If your record isn't being deleted, here are a few things to check:
- Are you sending the correct objectID? For example, if you mean to delete a record with objectID "foobar", ensure that you are sending "foobar" and not "["foobar"]" as the objectID. Note that no errors are returned if an objectID that doesn't exist is requested to be deleted.
- Are you sending many delete requests at once? If so, it may take some time for the changes to build.