cURL
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>" }
Delete the glossary for a use case and detach it from the use case.
Bearer token authentication. Format: 'Bearer '
Successful Response
Was this page helpful?