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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The resourceSlug is a URL parameter of the teamId associated with the user. Mongodb Object id, unique identifier, length of 24 characters fitting the following regex; [a-f0-9]{24}
The ID of the session to be cancelled. Mongodb Object id, unique identifier, length of 24 characters fitting the following regex; [a-f0-9]{24}
Successful operation, redirect to '/{resourceSlug}/models'. (this needs to be modified to correctly display dynamicResponse)