DELETE
/
v2
/
glossaries
/
{glossary_id}
curl --request DELETE \
  --url https://api.rask.ai/v2/glossaries/{glossary_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

glossary_id
string
required

Glossary ID

Response

200
application/json
ID of glossary deleted
id
string
required

Glossary ID