This command deletes a specified document in the datastore of servicename with the _id parameter.
Be sure to set your HYPER environment variable with the value of your hyper app's connection string.
Status Code | Description | Example |
200 | Successfully deleted document | {"ok": true } |
500 | Error occured trying to delete | {"ok": false } |
404 | Document Not found | { "ok": false, "msg": "missing"} |
You can always reach out to our support team for any additional assistance on slack.
ο»Ώ