Skip to main content
DELETE
/
storage
/
obj
/
{bucket}
Delete an object store bucket
curl --request DELETE \
  --url https://api.quiva.ai/storage/obj/{bucket} \
  --header 'Authorization: Bearer <token>'
{
  "message": "success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket
string
required

Name of the bucket

Response

Bad Request

message
string
Example:

"success"