Revoke a template
Templates
Revoke a template
Deletes the record and frees the slug. The public link starts returning 404 immediately; verifications already minted from it are untouched.
DELETE
Revoke a template
Authorizations
Dashboard / operator session cookie. Set by /v1/auth/google/callback after Google OAuth, JWT signed with the rotating rial-platform/session-signing HMAC. Read on every request the SPA makes with credentials: include. Browser-only — server-to-server callers use bearerApiKey instead.
Path Parameters
Template slug — lowercase [a-z0-9-].
Pattern:
^[a-z0-9]+(?:-[a-z0-9]+)*$Example:
"warehouse-intake"
Response
Template revoked.
Available options:
true