Object Storage
Delete object storage bucket
Schedule permanent deletion of an object storage bucket. This endpoint marks the bucket for deletion and queues a background job that empties all objects, revokes API credentials, and removes the bucket. The operation runs asynchronously and is irreversible. Poll the bucket to track its status - it will be reported as deleting while the job runs and disappears once the deletion completes.
DELETE
Delete object storage bucket
Documentation Index
Fetch the complete documentation index at: https://api-docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Pass your API key as a Bearer token in the Authorization header.
Path Parameters
Object storage bucket identifier
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Response
Object storage bucket deletion has been scheduled
Previous
Rotate object storage credentialsGenerate a new access key and secret key for the object storage bucket. The previous credentials can optionally stay valid for a grace period (up to 168 hours) so clients can migrate without downtime. When the grace period elapses, the previous credentials stop working. The new credentials are returned in the response and are the only chance to capture them.
Next
Delete object storage bucket