cURL
curl --request DELETE \ --url https://api.rask.ai/v2/glossaries/{glossary_id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>" }
Delete glossary by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Glossary ID
ID of glossary deleted
The response is of type object.
object