Sign in

Delete object

documented

Delete an object.

DELETE /{object}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://{{$space}}.{{$region}}.digitaloceanspaces.com/{{$object}}" \
  -X DELETE \
  -H "Host: {{$space}}.{{$region}}.digitaloceanspaces.com" \
  -H "Authorization: AWS4-HMAC-SHA256 Credential={{DIGITALOCEAN_SPACES_ACCESS_KEY}}/{{$date}}/{{$region}}/s3/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature={{DIGITALOCEAN_SPACES_SIGNATURE}}" \
  -H "x-amz-date: {{$x_amz_date}}" \
  -H "x-amz-content-sha256: UNSIGNED-PAYLOAD"