curl --request DELETE \
--url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug}/{version} \
--header 'x-api-key: <api-key>'Permanently deletes a specific version of the taxonomy.
curl --request DELETE \
--url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug}/{version} \
--header 'x-api-key: <api-key>'API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
URL-safe slug of the organization.
URL-safe slug of the taxonomy.
Version identifier of the taxonomy.
Taxonomy version deleted.