curl --request DELETE \
--url https://api.sandbox.tesouro.com/finops/v1/mail-templates/{template_id} \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"error": {
"message": "<string>"
}
}Delete custom template bt ID
curl --request DELETE \
--url https://api.sandbox.tesouro.com/finops/v1/mail-templates/{template_id} \
--header 'Authorization: Bearer <token>' \
--header 'x-finops-version: <x-finops-version>'{
"error": {
"message": "<string>"
}
}Was this page helpful?