API Reference (hyper cloud)
Storage API
Delete Object
6min
deletes the object from the storage service, when you delete this object it will be gone forever so make sure you add some protection to confirm that you want to delete this object.
- appname - string - The name of your hyper cloud application.
- bucket - string- The name of your hyper cloud service.
-
- object - string - the path to the object to access
-
- No Request Body required.
Status | Description | Example |
200 | Success | {"ok": true} |
404 | Not Found | {"ok": false, "msg": "Not Found"} |
500 | Error | {"ok": false, "msg": "Server Error"} |
Need Help?
You can always reach out to our support team for any additional assistance on slack.