curl --request DELETE \
--url https://platform.kodexa.ai/api/organizations/{id} \
--header 'x-api-key: <api-key>'Permanently deletes the specified Organization. Organizations are the top-level tenant in Kodexa. All projects, stores, and resources belong to an organization.
curl --request DELETE \
--url https://platform.kodexa.ai/api/organizations/{id} \
--header 'x-api-key: <api-key>'