Last updated 10 months ago
Was this helpful?
Deletes an upload portal for the organization.
/api/organizations/{organizationId}/portals/{portalId}/delete
Organization ID
Portal ID
curl -L \ --request DELETE \ --url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/portals/{portalId}/delete' \ --header 'x-api-key: YOUR_API_KEY'
{ "success": true, "error": "text" }