deleteJoiningQRCode

@Modifying(clearAutomatically = true)
@Query(value = ""DELETE FROM " + JOINING_QRCODES_TABLE + " WHERE " + IDENTIFIER_KEY + "=:" + IDENTIFIER_KEY", nativeQuery = true)
abstract fun deleteJoiningQRCode(@Param(value = "id") joiningQRCodeId: String)

Method to execute the query to delete an existing JoiningQRCode after that all the member joined in the project or when the qrcode is expired

Parameters

joiningQRCodeId

: the identifier of the qrcode to delete