สารบัญเอกสาร

Glossary API

ลบศัพท์คลัง

/v1/glossary/delete

ลบศัพท์คลังโดยใช้ ID

ตัวอย่าง

curl
1curl -X POST 'https://otranslator.com/api/v1/glossary/delete' \
2--header 'Authorization: [yourSecretKey]' \
3--header 'Content-Type: application/json' \
4--data '{
5  "glossaryId": "[string]"
6}'

พารามิเตอร์ของคำขอ

พารามิเตอร์ประเภทค่าเริ่มต้นคำอธิบายตัวอย่าง
*glossaryIdString-

รหัส Glossary

-

การตอบสนอง

พารามิเตอร์ประเภทค่าเริ่มต้นคำอธิบายตัวอย่าง
successBoolean-

การลบสำเร็จหรือไม่

-