Sign in

Delete bucket

documented

Delete a bucket.

DELETE /Spacesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$bucket}}.{{$region}}.digitaloceanspaces.com/" \
  -X DELETE \
  -H "Host: {{$bucket}}.{{$region}}.digitaloceanspaces.com" \
  -H "Authorization: AWS4-HMAC-SHA256 Credential={{DIGITALOCEAN_API_KEY}}/{{$YYYYMMDD}}/{{$region}}/s3/aws4_request, SignedHeaders=host;x-amz-date;x-amz-content-sha256, Signature={{DIGITALOCEAN_SECRET}}" \
  -H "x-amz-date: {{$YYYYMMDD}}T000000Z" \
  -H "x-amz-content-sha256: {{$payload_hash}}" \
  -H "Content-Type: application/xml" \
  -H "Accept: application/xml"
Delete bucket · DigitalOcean · OpenIntegrations