Delete a Dynamic URL
Authorization
ApiKeyAuth AuthorizationBearer <token>
API key from Settings → API Keys.
In: header
Path Parameters
id*string
Response Body
curl -X DELETE "https://example.com/api/v1/dynamic_urls/string"Empty
Update a Dynamic URL PATCH
Change the name, caps, expiry, cache TTL or formats. 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.