Delete Object
8min
DELETE /{appname}/storage/{bucket}/{object}
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.
Parameters
Path Parameters
- 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
- ο»Ώ
Request Body
- No Request Body required.
Example
Node.js
Curl
|
ο»Ώ
Responses
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.
ο»Ώ
Updated 24 Mar 2022
Did this page help you?
Yes
No