website logo
⌘K
πŸ–οΈIntroduction to hyper cloud
🍎Getting Started
😍What's New
Blueberry Migration Guide
πŸ’ͺWorkshops
Deno Workshops
NodeJS Workshops
⚑Quickstarts
NodeJS Quickstarts
πŸ”ŒAPI Reference (hyper cloud)
🍎Basics
⚑hyper connect
πŸ”‘JWT Auth
πŸ’ΎData API
🏎️Cache API
πŸ”ŽSearch API
πŸ—„οΈStorage API
πŸ€“Queue API
πŸ”“Sign In
⚑Applications
βš™οΈSettings
πŸ”‘App Keys
πŸ‘₯Teams
Switching Between Accounts
Application Services
Application Service Instances
Adding a Queue Service
Adding a Search Service
Subscriptions
πŸ€‘Upgrade
πŸ“•Terminology
Parameters
πŸ’³Billing
Payment and Pricing Terms
πŸ’ΌLegal
Terms of Service
Acceptable Use Policy
Privacy Policy
πŸ•ΆοΈHyper Vision
Docs powered byΒ archbeeΒ 
10min

Delete Object

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
UP NEXT
Queue API
Docs powered byΒ archbeeΒ 
TABLE OF CONTENTS
DELETE /{appname}/storage/{bucket}/{object}
Parameters
Path Parameters
Request Body
Example
Responses
Need Help?