Skip to main content
DELETE
/
api
/
data-readiness
/
glossary
/
terms
/
{term_id}
Delete a glossary term
curl --request DELETE \
  --url https://api.example.com/api/data-readiness/glossary/terms/{term_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "code": "<string>",
    "message": "<string>",
    "details": {
      "workflow_id": "123e4567-e89b-12d3-a456-426614174000"
    }
  },
  "request_id": "req_abc123xyz"
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

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

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Path Parameters

term_id
string
required

Response

Successful Response