Delete a Dynamic URL
Authorization
ApiKeyAuth API key from Settings → API Keys.
In: header
Path Parameters
Response Body
curl -X DELETE "https://example.com/api/v1/dynamic_urls/string"Update a Dynamic URL PATCH
Change the name, caps, expiry, cache TTL, formats or pinned version. `pinned_version` freezes what this URL serves to one template version, so editing the template does not change a link that is already embedded somewhere you cannot edit. `null` returns it to always-latest, which is the default. Numbers come from `GET /v1/templates/{id}/versions`. Setting `status` to `disabled` stops it serving and purges the edge cache. Until that purge lands, an already-cached document may still be served — the URL is refused at the origin either way.
Add a signing secret POST
A Dynamic URL holds up to five secrets and any unrevoked one verifies, so rotating is add, migrate, revoke — not a cutover that breaks live embeds. Check `last_used_at` on the old secret before revoking it: that is the only way to tell whether anything is still signing with it.