Glossary API
Delete Glossary
/v1/glossary/deleteDelete a glossary by ID.
Example
curl
1curl -X POST 'https://dltranslator.com/api/v1/glossary/delete' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{
5 "glossaryId": "[string]"
6}'
Request Parameters
Parameters | Type | Default | Description | Example |
---|---|---|---|---|
*glossaryId | String | - | Glossary ID | - |
Response
Parameters | Type | Default | Description | Example |
---|---|---|---|---|
success | Boolean | - | Deletion successful | - |