Sessions
Cancel a session
Cancel a session by Id, best practice to cancel a session once it has completed. The session and it’s associated fields will still exist within the database under the same sessionId. The session can be completley removed from the database using the delete route AFTER this has been executed.
POST
/
{resourceSlug}
/
forms
/
session
/
{sessionId}
/
cancel
Path Parameters
resourceSlug
string
requiredThe resourceSlug is a URL parameter of the teamId associated with the user.
sessionId
string
requiredThe ID of the session to be cancelled.
Response
302 - dynamicResponse
Server response after successsfully adding a new object
_id
string
The unique Mongo id of the newly inserted object.
redirect
string
a string containing the redirect link to get all objects after a successful insertion.