detach Team From Links

@Modifying(clearAutomatically = true )
@Query(value = ""DELETE FROM " + TEAMS_LINKS_TABLE + " WHERE " + TEAM_IDENTIFIER_KEY + "=:" + TEAM_IDENTIFIER_KEY", nativeQuery = true )
abstract fun detachTeamFromLinks(@Param(value = "team_id") teamId: String)

Method to execute the query to detach a team from links

Parameters

teamId

The identifier of the team to detach from the links