Skip to main content
DELETE
/
v1
/
nomenclature
/
categories
/
{id}
Delete category
curl --request DELETE \
  --url https://api.nomi.tools/v1/nomenclature/categories/{id} \
  --header 'Authorization: Basic <encoded-value>'

Documentation Index

Fetch the complete documentation index at: https://docs.nomi.tools/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Path Parameters

id
string
required

Response

204

Category deleted successfully