# fsCameraUnsubscribeToStatusUpdate The `fsCameraUnsubscribeToStatusUpdate` function is used to unsubscribe from camera update messages.   ##### Syntax ``` wasm bool fsCameraUnsubscribeToStatusUpdate(); ```   ##### Members N/A   ##### Return Values The function returns `false` if it was not possible to send the request. If the request was sent but failed, the specified callback will be invoked with an appropriate error code.   ##### Example Unubscribe from all camera status updates: ``` wasm fsCameraUnsubscribeToStatusUpdate(); ```   ##### Remarks N/A