Skip to main content
Version: 2.0.0

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 ParametersTypeDescriptions
term_substitution_UuidstringUUID 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)
## Try it out
API Key:
substitution UUID: