DELETE
/
api2
/
v1
/
glossaries
/
{glossaryUid}
Delete glossary
curl --request DELETE \
  --url https://cloud.memsource.com/web/api2/v1/glossaries/{glossaryUid}

Path Parameters

glossaryUid
string
required

Query Parameters

purge
boolean
default:false

purge=false - the Glossary can later be restored, 'purge=true - the Glossary is completely deleted and cannot be restored

Response

204

No Content