Submissions
Delete a Routing Form Submission
Delete a routing form submission by ID via the Zeeg API, removing the submission and every answer it holds. This cannot be undone.
DELETE
Delete a routing form submission
Deletes one routing form submission and every answer that it holds.
This endpoint requires the
routing_forms:write scope. A token that carries routing_forms:read alone answers 403.
The id is a UUID. A malformed id answers
404, not 422. A submission outside your workspace answers 404 as well.Last modified on September 9, 2026