DELETE
/api/v1/utm-templates/:idDelete a UTM template
Permanently deletes a UTM template. Existing links that had their UTM parameters set from this template are not affected — the parameters were already baked into the destination URL at link creation time.
Authorization
Authorizationstringheaderrequired
Bearer token. Format: Bearer YOUR_API_KEY
Path Parameters
idstringpathrequired
The ID of the UTM template to delete.
curl -X DELETE https://app.brevr.io/api/v1/utm-templates/utm_abc123 \
-H "Authorization: Bearer YOUR_API_KEY"{ "success": true }Last updated on