cURL
curl --request DELETE \ --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets/{bucketId} \ --header 'x-api-key: <api-key>'
{ "success": true, "error": "<string>" }
Remove a storage bucket and associated datasets. This will render any data in this storage bucket unreachable.
Organization ID
Bucket ID
OK
Whether the operation succeeded
Optional error description (set if 'success' was false)
Was this page helpful?