Sessions
Delete a session
Delete a session by Id.
DELETE
/
{resourceSlug}
/
forms
/
session
/
{sessionId}
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 deleted.
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.