Skip to main content
DELETE
/
v3
/
spoken-terms
/
{spoken_terms_id}
Delete Spoken Terms collection
curl --request DELETE \
  --url https://api.deepl.com/v3/spoken-terms/{spoken_terms_id} \
  --header 'Authorization: <api-key>'
{
  "message": "Bad request"
}
{
"message": "<string>",
"code": "invalid_content_type"
}
{
"message": "Forbidden. Authorization failed or feature not available for your plan."
}
{
"message": "<string>",
"code": "invalid_content_type"
}
{
"message": "<string>",
"code": "invalid_content_type"
}

Authorizations

Authorization
string
header
default:DeepL-Auth-Key
required

Authentication with Authorization header and DeepL-Auth-Key authentication scheme. Example: DeepL-Auth-Key <api-key>

Path Parameters

spoken_terms_id
string
required

A unique ID assigned to the Spoken Terms collection.

Response

Successfully deleted Spoken Terms collection.