Forms
Delete a Routing Form
Delete a routing form by ID via the Zeeg API, removing its questions, its routes and every submission it holds. This cannot be undone.
DELETE
Delete a routing form
Deletes one routing form with its questions, its routes and every submission that it holds.
This endpoint requires the
routing_forms:write scope. A token that carries routing_forms:read alone answers 403.
The public address of the routing form stops resolving as soon as the delete lands. An invitee who opens a saved link reaches nothing.
The id is a UUID. A malformed id answers
404, not 422. A routing form outside your workspace answers 404 as well.Last modified on September 9, 2026