Skip to main content
DELETE
/
api
/
core
/
use-cases
/
{use_case_id}
/
glossary
Delete use case glossary
curl --request DELETE \
  --url https://api.example.com/api/core/use-cases/{use_case_id}/glossary \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "glossary": "<string>",
  "glossary_filename": "<string>",
  "glossary_description": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token authentication. Format: 'Bearer '

Path Parameters

use_case_id
string
required

Response

Successful Response

id
string
required
glossary
string | null
glossary_filename
string | null
glossary_description
string | null