Remove Storage Bucket
Remove a storage bucket. This will render any data in this storage bucket unreachable.
curl --request DELETE \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/buckets/{bucketId} \
--header 'x-jwt-token: REPLACE_KEY_VALUE'
Last updated
Was this helpful?