Rollback Form Route
DELETE /forms/{form_key}/route
Roll the route back, or cancel a pending one.
A DELETE that takes a BODY, matching the app - because this is not “delete the route”, it is “move it back”, and which version to move to has to travel with the request. The form keeps routing; it routes as it did before.
Authorizations
Parameters
Path Parameters
Form key.
Form key.
Header Parameters
Request Body required
Roll a route back to an earlier version, or cancel the pending one.
Sent as the body of a DELETE, matching the app: this is not “delete the route”, it is “move it back”, and which version to move to has to travel with the request.
Responses
200
Successful Response
object
An open envelope for a form operational view.
overview, fields, placements, activity, a route save result and a
submission trace each return a different shape assembled from several
upstreams. Pinning any of them would drop a field the moment one is added,
and on a delivery-diagnostics surface a missing field reads as a missing
delivery.
object
422
Validation Error