Delete a term substitution
This endpoint deletes a term substitution.
HTTP Request
DELETE https://app.resemble.ai/api/v2/term_substitutions/<term_substitution_Uuid>
URL Parameters | Type | Descriptions |
---|---|---|
term_substitution_Uuid | string | UUID of the term substitution to delete |
HTTP Response
{
"success": true
}
Examples
NodeJS
1
2
3
4
5
6
import { Resemble } from '@resemble/node'
Resemble.setApiKey('YOUR_API_TOKEN')
const substitutionUuid = '...'
Resemble.v2.termSubstitutions.delete(substitutionUuid)
API Key:
substitution UUID: