Skip to main content
DELETE
/
api
/
taxonomies
/
{organizationSlug}
/
{slug}
Delete taxonomy
curl --request DELETE \
  --url https://platform.kodexa.ai/api/taxonomies/{organizationSlug}/{slug} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

organizationSlug
string
required

URL-safe slug of the organization.

slug
string
required

URL-safe slug of the taxonomy.

Response

Taxonomy deleted.