Delete File From Portal

Delete a file from an upload portal (requires JWT auth).

curl --request POST \
  --url https://studio.edgeimpulse.com/v1/api/portals/{portalId}/files/delete \
  --header 'content-type: application/json' \
  --header 'x-jwt-token: REPLACE_KEY_VALUE' \
  --data '{"path":"string"}'

Last updated

Was this helpful?