Skip to main content
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.
This action is irreversible. Read the submissions with List Routing Form Submissions before you delete the routing form. The delete takes the submission history with it.
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.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the routing form to delete.

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Routing form deleted."

Last modified on September 9, 2026