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
The resourceSlug is a URL parameter of the teamId associated with the user.
The ID of the session to be cancelled.