I want to delete a document using the API, I used post and patch methods and work very well, but I got a problem deleting any document.
I'm following this documentation:
When I make the request I got this response:
data: { error: 'You need to sign in before continuing.' }
I don't know why I got this response because I use my Bearer and it works terrific creating or updating documents.
Kind regards,