Delete Documents

Deleting a document is as simple as calling the delete method on the document reference.

curl --location 'https://api.worqhat.com/api/collections/data/delete' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <API KEY>' \
--data '{
    "collection": "Sample Collection",
    "docId": "sampleDocId"
}'

Try it out in the API Reference

View API Reference to Implement

Visit the API Reference to learn how to Delete Documents from Collections. Get access to Sample Code, API Endpoints and run it right within the browser to test it out.