Skip to main content
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.
This action is irreversible. The submission and its answers are permanently deleted.
The id is a UUID. A malformed id answers 404, not 422. A submission outside your workspace answers 404 as well.

Authorizations

Authorization
string
header
required

Path Parameters

id
string<uuid>
required

UUID of the submission to delete.

Response

OK

success
boolean
Example:

true

status
integer
Example:

200

message
string
Example:

"Submission deleted."

Last modified on September 9, 2026