Delete Data

Delete a data item. This does not remove the items from the underlying storage.

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

Last updated

Was this helpful?