Remove Organization

Remove the current organization, and all data associated with it. This is irrevocable!

curl --request DELETE \
  --url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId} \
  --header 'x-jwt-token: REPLACE_KEY_VALUE'

Last updated

Was this helpful?