Delete Versions

Delete a version. This does not delete the version from cold storage.

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

Last updated

Was this helpful?